2025-04-09 21:30:23,295 [ 226568 ] INFO : ClickHouse root is not set. Will use /home/ubuntu/_work/ClickHouse/ClickHouse (runner:42, check_args_and_update_paths) 2025-04-09 21:30:23,295 [ 226568 ] INFO : Cases dir is not set. Will use /home/ubuntu/_work/ClickHouse/ClickHouse/tests/integration (runner:86, check_args_and_update_paths) 2025-04-09 21:30:23,295 [ 226568 ] INFO : utils dir is not set. Will use /home/ubuntu/_work/ClickHouse/ClickHouse/utils (runner:97, check_args_and_update_paths) 2025-04-09 21:30:23,296 [ 226568 ] INFO : base_configs_dir: /home/ubuntu/_work/ClickHouse/ClickHouse/programs/server, binary: /home/ubuntu/_work/_temp/test/build/clickhouse, cases_dir: /home/ubuntu/_work/ClickHouse/ClickHouse/tests/integration (runner:99, check_args_and_update_paths) clickhouse_integration_tests_volume Running pytest container as: 'docker run --rm --name clickhouse_integration_tests_sbiijs --privileged --dns-search='.' --volume=/home/ubuntu/_work/_temp/test/build/clickhouse-odbc-bridge:/clickhouse-odbc-bridge --volume=/home/ubuntu/_work/_temp/test/build/clickhouse:/clickhouse --volume=/home/ubuntu/_work/_temp/test/build/clickhouse-library-bridge:/clickhouse-library-bridge --volume=/home/ubuntu/_work/ClickHouse/ClickHouse/programs/server:/clickhouse-config --volume=/home/ubuntu/_work/ClickHouse/ClickHouse/tests/integration:/ClickHouse/tests/integration --volume=/home/ubuntu/_work/ClickHouse/ClickHouse/utils/backupview:/ClickHouse/utils/backupview --volume=/home/ubuntu/_work/ClickHouse/ClickHouse/utils/grpc-client/pb2:/ClickHouse/utils/grpc-client/pb2 --volume=/run:/run/host:ro --volume=clickhouse_integration_tests_volume:/var/lib/docker -e DOCKER_DOTNET_CLIENT_TAG=11de0b29a15d -e DOCKER_HELPER_TAG=2cffe1eae894 -e DOCKER_BASE_TAG=1e0b53d756cf -e DOCKER_KERBEROS_KDC_TAG=9391ecdee8d7 -e DOCKER_MYSQL_GOLANG_CLIENT_TAG=9bec2a638e6e -e DOCKER_MYSQL_JAVA_CLIENT_TAG=766bff31cfe4 -e DOCKER_MYSQL_JS_CLIENT_TAG=41ba7c2ec2a1 -e DOCKER_MYSQL_PHP_CLIENT_TAG=88be89c1e3b6 -e DOCKER_NGINX_DAV_TAG=b55ac9cd7519 -e DOCKER_POSTGRESQL_JAVA_CLIENT_TAG=a4eff5c7f4d6 -e DOCKER_PYTHON_BOTTLE_TAG=caad4729259e -e DOCKER_CLIENT_TIMEOUT=300 -e COMPOSE_HTTP_TIMEOUT=600 -e CLICKHOUSE_USE_OLD_ANALYZER=1 -e PYTHONUNBUFFERED=1 -e PYTEST_ADDOPTS=" -rfEps --run-id=1 --color=no --durations=0 test_disk_configuration/test.py::test_merge_tree_nested_custom_disk_setting test_merge_tree_check_part_with_cache/test.py::test_check_part_with_cache 'test_parallel_replicas_all_marks_read/test.py::test_number_of_marks_read[1-10-1000-SELECT sum(cityHash64(*)) FROM {table_name} WHERE intDiv(key, 100) IN {rand_set}]' 'test_parallel_replicas_all_marks_read/test.py::test_number_of_marks_read[1-10-1000-SELECT sum(cityHash64(*)) FROM {table_name}]' 'test_parallel_replicas_all_marks_read/test.py::test_number_of_marks_read[1-10-10000-SELECT sum(cityHash64(*)) FROM {table_name} WHERE intDiv(key, 100) IN {rand_set}]' 'test_parallel_replicas_all_marks_read/test.py::test_number_of_marks_read[1-10-10000-SELECT sum(cityHash64(*)) FROM {table_name}]' 'test_parallel_replicas_all_marks_read/test.py::test_number_of_marks_read[1-10-100000-SELECT sum(cityHash64(*)) FROM {table_name} WHERE intDiv(key, 100) IN {rand_set}]' -vvv" altinityinfra/integration-tests-runner:37a9815fd2fa '. Start tests ============================= test session starts ============================== platform linux -- Python 3.10.12, pytest-7.4.4, pluggy-1.5.0 -- /usr/bin/python3 cachedir: .pytest_cache rootdir: /ClickHouse/tests/integration configfile: pytest.ini plugins: order-1.0.1, random-0.2, timeout-2.2.0, repeat-0.9.3, reportlog-0.4.0, xdist-3.5.0 timeout: 900.0s timeout method: signal timeout func_only: False collecting ... collected 7 items test_disk_configuration/test.py::test_merge_tree_nested_custom_disk_setting FAILED [ 14%] test_merge_tree_check_part_with_cache/test.py::test_check_part_with_cache SKIPPEDorrupts cache which triggers LOGICAL_ERROR and leads to crash with those builds) [ 28%] test_parallel_replicas_all_marks_read/test.py::test_number_of_marks_read[1-10-1000-SELECT sum(cityHash64(*)) FROM {table_name} WHERE intDiv(key, 100) IN {rand_set}] SKIPPED [ 42%] test_parallel_replicas_all_marks_read/test.py::test_number_of_marks_read[1-10-1000-SELECT sum(cityHash64(*)) FROM {table_name}] SKIPPED [ 57%] test_parallel_replicas_all_marks_read/test.py::test_number_of_marks_read[1-10-10000-SELECT sum(cityHash64(*)) FROM {table_name} WHERE intDiv(key, 100) IN {rand_set}] SKIPPED [ 71%] test_parallel_replicas_all_marks_read/test.py::test_number_of_marks_read[1-10-10000-SELECT sum(cityHash64(*)) FROM {table_name}] SKIPPED [ 85%] test_parallel_replicas_all_marks_read/test.py::test_number_of_marks_read[1-10-100000-SELECT sum(cityHash64(*)) FROM {table_name} WHERE intDiv(key, 100) IN {rand_set}] SKIPPED [100%] =================================== FAILURES =================================== __________________ test_merge_tree_nested_custom_disk_setting __________________ start_cluster = def test_merge_tree_nested_custom_disk_setting(start_cluster): node = cluster.instances["node1"] minio = cluster.minio_client for obj in list(minio.list_objects(cluster.minio_bucket, "data/", recursive=True)): minio.remove_object(cluster.minio_bucket, obj.object_name) > assert ( len(list(minio.list_objects(cluster.minio_bucket, "data/", recursive=True))) == 0 ) E AssertionError: assert 1 == 0 E + where 1 = len([]) E + where [] = list() E + where = >('root', 'data/', recursive=True) E + where > = .list_objects E + and 'root' = .minio_bucket test_disk_configuration/test.py:319: AssertionError ---------------------------- Captured stdout setup ----------------------------- Copy common default production configuration from /clickhouse-config. Files: config.xml, users.xml Copy common default production configuration from /clickhouse-config. Files: config.xml, users.xml Copy common default production configuration from /clickhouse-config. Files: config.xml, users.xml ------------------------------ Captured log setup ------------------------------ 2025-04-09 21:30:26 [ 510 ] DEBUG : Command:['docker ps | wc -l'] (cluster.py:113, run_and_check) 2025-04-09 21:30:26 [ 510 ] DEBUG : Stdout:1 (cluster.py:121, run_and_check) 2025-04-09 21:30:26 [ 510 ] DEBUG : No running containers (conftest.py:95, cleanup_environment) 2025-04-09 21:30:26 [ 510 ] DEBUG : Pruning Docker networks (conftest.py:97, cleanup_environment) 2025-04-09 21:30:26 [ 510 ] DEBUG : Command:['docker network prune --force'] (cluster.py:113, run_and_check) 2025-04-09 21:30:26 [ 510 ] DEBUG : Command:["sysctl net.ipv4.ip_local_port_range='55000 65535'"] (cluster.py:113, run_and_check) 2025-04-09 21:30:26 [ 510 ] DEBUG : Stdout:net.ipv4.ip_local_port_range = 55000 65535 (cluster.py:121, run_and_check) 2025-04-09 21:30:26 [ 510 ] DEBUG : clickhouse_start_command: clickhouse server --config-file=/etc/clickhouse-server/{main_config_file} --log-file=/var/log/clickhouse-server/clickhouse-server.log --errorlog-file=/var/log/clickhouse-server/clickhouse-server.err.log (cluster.py:1785, add_instance) 2025-04-09 21:30:26 [ 510 ] DEBUG : Setup Keeper (cluster.py:1057, setup_keeper_cmd) 2025-04-09 21:30:26 [ 510 ] DEBUG : Cluster name: project_name:roottestdiskconfiguration. Added instance name:node1 tag:1e0b53d756cf base_cmd:['docker-compose', '--env-file', '/ClickHouse/tests/integration/test_disk_configuration/_instances_1/.env', '--project-name', 'roottestdiskconfiguration', '--file', '/ClickHouse/tests/integration/test_disk_configuration/_instances_1/node1/docker-compose.yml', '--file', '/ClickHouse/tests/integration/helpers/../../../tests/integration/compose/docker_compose_keeper.yml', '--file', '/ClickHouse/tests/integration/helpers/../../../tests/integration/compose/docker_compose_minio.yml'] docker_compose_yml_dir:/ClickHouse/tests/integration/helpers/../../../tests/integration/compose/ (cluster.py:2079, add_instance) 2025-04-09 21:30:26 [ 510 ] DEBUG : clickhouse_start_command: clickhouse server --config-file=/etc/clickhouse-server/{main_config_file} --log-file=/var/log/clickhouse-server/clickhouse-server.log --errorlog-file=/var/log/clickhouse-server/clickhouse-server.err.log (cluster.py:1785, add_instance) 2025-04-09 21:30:26 [ 510 ] DEBUG : Cluster name: project_name:roottestdiskconfiguration. Added instance name:node2 tag:1e0b53d756cf base_cmd:['docker-compose', '--env-file', '/ClickHouse/tests/integration/test_disk_configuration/_instances_1/.env', '--project-name', 'roottestdiskconfiguration', '--file', '/ClickHouse/tests/integration/test_disk_configuration/_instances_1/node1/docker-compose.yml', '--file', '/ClickHouse/tests/integration/helpers/../../../tests/integration/compose/docker_compose_keeper.yml', '--file', '/ClickHouse/tests/integration/helpers/../../../tests/integration/compose/docker_compose_minio.yml', '--file', '/ClickHouse/tests/integration/test_disk_configuration/_instances_1/node2/docker-compose.yml'] docker_compose_yml_dir:/ClickHouse/tests/integration/helpers/../../../tests/integration/compose/ (cluster.py:2079, add_instance) 2025-04-09 21:30:26 [ 510 ] DEBUG : clickhouse_start_command: clickhouse server --config-file=/etc/clickhouse-server/{main_config_file} --log-file=/var/log/clickhouse-server/clickhouse-server.log --errorlog-file=/var/log/clickhouse-server/clickhouse-server.err.log (cluster.py:1785, add_instance) 2025-04-09 21:30:26 [ 510 ] DEBUG : Cluster name: project_name:roottestdiskconfiguration. Added instance name:node3 tag:1e0b53d756cf base_cmd:['docker-compose', '--env-file', '/ClickHouse/tests/integration/test_disk_configuration/_instances_1/.env', '--project-name', 'roottestdiskconfiguration', '--file', '/ClickHouse/tests/integration/test_disk_configuration/_instances_1/node1/docker-compose.yml', '--file', '/ClickHouse/tests/integration/helpers/../../../tests/integration/compose/docker_compose_keeper.yml', '--file', '/ClickHouse/tests/integration/helpers/../../../tests/integration/compose/docker_compose_minio.yml', '--file', '/ClickHouse/tests/integration/test_disk_configuration/_instances_1/node2/docker-compose.yml', '--file', '/ClickHouse/tests/integration/test_disk_configuration/_instances_1/node3/docker-compose.yml'] docker_compose_yml_dir:/ClickHouse/tests/integration/helpers/../../../tests/integration/compose/ (cluster.py:2079, add_instance) 2025-04-09 21:30:26 [ 510 ] INFO : Running tests in /ClickHouse/tests/integration/test_disk_configuration/test.py (cluster.py:2788, start) 2025-04-09 21:30:26 [ 510 ] DEBUG : Cluster start called. is_up=False (cluster.py:2795, start) 2025-04-09 21:30:26 [ 510 ] DEBUG : Docker networks for project roottestdiskconfiguration are NETWORK ID NAME DRIVER SCOPE (cluster.py:855, print_all_docker_pieces) 2025-04-09 21:30:26 [ 510 ] DEBUG : Docker containers for project roottestdiskconfiguration are CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES (cluster.py:863, print_all_docker_pieces) 2025-04-09 21:30:26 [ 510 ] DEBUG : Docker volumes for project roottestdiskconfiguration are DRIVER VOLUME NAME (cluster.py:871, print_all_docker_pieces) 2025-04-09 21:30:26 [ 510 ] DEBUG : Cleanup called (cluster.py:876, cleanup) 2025-04-09 21:30:26 [ 510 ] DEBUG : Docker networks for project roottestdiskconfiguration are NETWORK ID NAME DRIVER SCOPE (cluster.py:855, print_all_docker_pieces) 2025-04-09 21:30:26 [ 510 ] DEBUG : Docker containers for project roottestdiskconfiguration are CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES (cluster.py:863, print_all_docker_pieces) 2025-04-09 21:30:26 [ 510 ] DEBUG : Docker volumes for project roottestdiskconfiguration are DRIVER VOLUME NAME (cluster.py:871, print_all_docker_pieces) 2025-04-09 21:30:26 [ 510 ] DEBUG : Command:docker container list --all --filter name='^/roottestdiskconfiguration_.*_1$' --format '{{.ID}}:{{.Names}}' (cluster.py:113, run_and_check) 2025-04-09 21:30:26 [ 510 ] DEBUG : Unstopped containers: {} (cluster.py:890, cleanup) 2025-04-09 21:30:26 [ 510 ] DEBUG : No running containers for project: roottestdiskconfiguration (cluster.py:904, cleanup) 2025-04-09 21:30:26 [ 510 ] DEBUG : Trying to prune unused networks... (cluster.py:910, cleanup) 2025-04-09 21:30:26 [ 510 ] DEBUG : Trying to prune unused images... (cluster.py:926, cleanup) 2025-04-09 21:30:26 [ 510 ] DEBUG : Command:['docker', 'image', 'prune', '-f'] (cluster.py:113, run_and_check) 2025-04-09 21:30:26 [ 510 ] DEBUG : Stdout:Total reclaimed space: 0B (cluster.py:121, run_and_check) 2025-04-09 21:30:26 [ 510 ] DEBUG : Images pruned (cluster.py:929, cleanup) 2025-04-09 21:30:26 [ 510 ] DEBUG : Trying to prune unused volumes... (cluster.py:935, cleanup) 2025-04-09 21:30:26 [ 510 ] DEBUG : Command:['docker volume ls | wc -l'] (cluster.py:113, run_and_check) 2025-04-09 21:30:26 [ 510 ] DEBUG : Stdout:1 (cluster.py:121, run_and_check) 2025-04-09 21:30:26 [ 510 ] DEBUG : Setup directory for instance: node1 (cluster.py:2808, start) 2025-04-09 21:30:26 [ 510 ] DEBUG : Create directory for configuration generated in this helper (cluster.py:4534, create_dir) 2025-04-09 21:30:26 [ 510 ] DEBUG : Create directory for common tests configuration (cluster.py:4539, create_dir) 2025-04-09 21:30:26 [ 510 ] DEBUG : Copy common configuration from helpers (cluster.py:4559, create_dir) 2025-04-09 21:30:26 [ 510 ] DEBUG : Generate and write macros file (cluster.py:4602, create_dir) 2025-04-09 21:30:26 [ 510 ] DEBUG : Copy custom test config files ['/ClickHouse/tests/integration/test_disk_configuration/configs/config.d/storage_configuration.xml', '/ClickHouse/tests/integration/test_disk_configuration/configs/config.d/remote_servers.xml'] to /ClickHouse/tests/integration/test_disk_configuration/_instances_1/node1/configs/config.d (cluster.py:4632, create_dir) 2025-04-09 21:30:26 [ 510 ] DEBUG : Setup database dir /ClickHouse/tests/integration/test_disk_configuration/_instances_1/node1/database (cluster.py:4649, create_dir) 2025-04-09 21:30:26 [ 510 ] DEBUG : Setup logs dir /ClickHouse/tests/integration/test_disk_configuration/_instances_1/node1/logs (cluster.py:4660, create_dir) 2025-04-09 21:30:26 [ 510 ] DEBUG : Entrypoint cmd: bash -c "trap 'pkill tail' INT TERM; clickhouse server --config-file=/etc/clickhouse-server/config.xml --log-file=/var/log/clickhouse-server/clickhouse-server.log --errorlog-file=/var/log/clickhouse-server/clickhouse-server.err.log --daemon; coproc tail -f /dev/null; wait $$!" (cluster.py:4746, create_dir) 2025-04-09 21:30:26 [ 510 ] DEBUG : Setup directory for instance: node2 (cluster.py:2808, start) 2025-04-09 21:30:26 [ 510 ] DEBUG : Create directory for configuration generated in this helper (cluster.py:4534, create_dir) 2025-04-09 21:30:26 [ 510 ] DEBUG : Create directory for common tests configuration (cluster.py:4539, create_dir) 2025-04-09 21:30:26 [ 510 ] DEBUG : Copy common configuration from helpers (cluster.py:4559, create_dir) 2025-04-09 21:30:26 [ 510 ] DEBUG : Generate and write macros file (cluster.py:4602, create_dir) 2025-04-09 21:30:26 [ 510 ] DEBUG : Copy custom test config files ['/ClickHouse/tests/integration/test_disk_configuration/configs/config.d/storage_configuration.xml', '/ClickHouse/tests/integration/test_disk_configuration/configs/config.d/remote_servers.xml'] to /ClickHouse/tests/integration/test_disk_configuration/_instances_1/node2/configs/config.d (cluster.py:4632, create_dir) 2025-04-09 21:30:26 [ 510 ] DEBUG : Setup database dir /ClickHouse/tests/integration/test_disk_configuration/_instances_1/node2/database (cluster.py:4649, create_dir) 2025-04-09 21:30:26 [ 510 ] DEBUG : Setup logs dir /ClickHouse/tests/integration/test_disk_configuration/_instances_1/node2/logs (cluster.py:4660, create_dir) 2025-04-09 21:30:26 [ 510 ] DEBUG : Entrypoint cmd: bash -c "trap 'pkill tail' INT TERM; clickhouse server --config-file=/etc/clickhouse-server/config.xml --log-file=/var/log/clickhouse-server/clickhouse-server.log --errorlog-file=/var/log/clickhouse-server/clickhouse-server.err.log --daemon; coproc tail -f /dev/null; wait $$!" (cluster.py:4746, create_dir) 2025-04-09 21:30:26 [ 510 ] DEBUG : Setup directory for instance: node3 (cluster.py:2808, start) 2025-04-09 21:30:26 [ 510 ] DEBUG : Create directory for configuration generated in this helper (cluster.py:4534, create_dir) 2025-04-09 21:30:26 [ 510 ] DEBUG : Create directory for common tests configuration (cluster.py:4539, create_dir) 2025-04-09 21:30:26 [ 510 ] DEBUG : Copy common configuration from helpers (cluster.py:4559, create_dir) 2025-04-09 21:30:26 [ 510 ] DEBUG : Generate and write macros file (cluster.py:4602, create_dir) 2025-04-09 21:30:26 [ 510 ] DEBUG : Copy custom test config files ['/ClickHouse/tests/integration/test_disk_configuration/configs/config.d/storage_configuration.xml', '/ClickHouse/tests/integration/test_disk_configuration/configs/config.d/remote_servers.xml', '/ClickHouse/tests/integration/test_disk_configuration/configs/config.d/mergetree_settings.xml'] to /ClickHouse/tests/integration/test_disk_configuration/_instances_1/node3/configs/config.d (cluster.py:4632, create_dir) 2025-04-09 21:30:26 [ 510 ] DEBUG : Setup database dir /ClickHouse/tests/integration/test_disk_configuration/_instances_1/node3/database (cluster.py:4649, create_dir) 2025-04-09 21:30:26 [ 510 ] DEBUG : Setup logs dir /ClickHouse/tests/integration/test_disk_configuration/_instances_1/node3/logs (cluster.py:4660, create_dir) 2025-04-09 21:30:26 [ 510 ] DEBUG : Entrypoint cmd: bash -c "trap 'pkill tail' INT TERM; clickhouse server --config-file=/etc/clickhouse-server/config.xml --log-file=/var/log/clickhouse-server/clickhouse-server.log --errorlog-file=/var/log/clickhouse-server/clickhouse-server.err.log --daemon; coproc tail -f /dev/null; wait $$!" (cluster.py:4746, create_dir) 2025-04-09 21:30:26 [ 510 ] DEBUG : Env {'ASAN_OPTIONS': 'use_sigaltstack=0', 'TSAN_OPTIONS': 'use_sigaltstack=0', 'CLICKHOUSE_WATCHDOG_ENABLE': '0', 'CLICKHOUSE_NATS_TLS_SECURE': '0', 'LLVM_PROFILE_FILE': '/var/lib/clickhouse/server_%h_%p_%m.profraw', 'keeper_binary': '/clickhouse', 'keeper_cmd_prefix': 'clickhouse keeper', 'image': 'altinityinfra/integration-test:1e0b53d756cf', 'user': '0', 'keeper_fs': 'bind', 'keeper_logs_dir1': '/ClickHouse/tests/integration/test_disk_configuration/_instances_1/keeper1/log', 'keeper_config_dir1': '/ClickHouse/tests/integration/test_disk_configuration/_instances_1/keeper1/config', 'keeper_db_dir1': '/ClickHouse/tests/integration/test_disk_configuration/_instances_1/keeper1/coordination', 'keeper_logs_dir2': '/ClickHouse/tests/integration/test_disk_configuration/_instances_1/keeper2/log', 'keeper_config_dir2': '/ClickHouse/tests/integration/test_disk_configuration/_instances_1/keeper2/config', 'keeper_db_dir2': '/ClickHouse/tests/integration/test_disk_configuration/_instances_1/keeper2/coordination', 'keeper_logs_dir3': '/ClickHouse/tests/integration/test_disk_configuration/_instances_1/keeper3/log', 'keeper_config_dir3': '/ClickHouse/tests/integration/test_disk_configuration/_instances_1/keeper3/config', 'keeper_db_dir3': '/ClickHouse/tests/integration/test_disk_configuration/_instances_1/keeper3/coordination', 'MINIO_CERTS_DIR': '/ClickHouse/tests/integration/test_disk_configuration/_instances_1/minio/certs', 'MINIO_DATA_DIR': '/ClickHouse/tests/integration/test_disk_configuration/_instances_1/minio/data', 'MINIO_PORT': '9001', 'SSL_CERT_FILE': '/ClickHouse/tests/integration/test_disk_configuration/_instances_1/minio/certs/public.crt'} stored in /ClickHouse/tests/integration/test_disk_configuration/_instances_1/.env (cluster.py:86, _create_env_file) 2025-04-09 21:30:26 [ 510 ] DEBUG : Trying paths: ['/root/.docker/config.json', '/root/.dockercfg'] (config.py:21, find_config_file) 2025-04-09 21:30:26 [ 510 ] DEBUG : No config file found (config.py:28, find_config_file) 2025-04-09 21:30:26 [ 510 ] DEBUG : Trying paths: ['/root/.docker/config.json', '/root/.dockercfg'] (config.py:21, find_config_file) 2025-04-09 21:30:26 [ 510 ] DEBUG : No config file found (config.py:28, find_config_file) 2025-04-09 21:30:26 [ 510 ] DEBUG : http://localhost:None "GET /version HTTP/1.1" 200 824 (connectionpool.py:547, _make_request) 2025-04-09 21:30:26 [ 510 ] DEBUG : Command:['docker-compose', '--env-file', '/ClickHouse/tests/integration/test_disk_configuration/_instances_1/.env', '--project-name', 'roottestdiskconfiguration', '--file', '/ClickHouse/tests/integration/test_disk_configuration/_instances_1/node1/docker-compose.yml', '--file', '/ClickHouse/tests/integration/helpers/../../../tests/integration/compose/docker_compose_keeper.yml', '--file', '/ClickHouse/tests/integration/helpers/../../../tests/integration/compose/docker_compose_minio.yml', '--file', '/ClickHouse/tests/integration/test_disk_configuration/_instances_1/node2/docker-compose.yml', '--file', '/ClickHouse/tests/integration/test_disk_configuration/_instances_1/node3/docker-compose.yml', 'pull'] (cluster.py:113, run_and_check) 2025-04-09 21:30:47 [ 510 ] DEBUG : Stderr:Pulling proxy1 ... (cluster.py:123, run_and_check) 2025-04-09 21:30:47 [ 510 ] DEBUG : Stderr:Pulling zoo1 ... (cluster.py:123, run_and_check) 2025-04-09 21:30:47 [ 510 ] DEBUG : Stderr:Pulling zoo3 ... (cluster.py:123, run_and_check) 2025-04-09 21:30:47 [ 510 ] DEBUG : Stderr:Pulling proxy2 ... (cluster.py:123, run_and_check) 2025-04-09 21:30:47 [ 510 ] DEBUG : Stderr:Pulling resolver ... (cluster.py:123, run_and_check) 2025-04-09 21:30:47 [ 510 ] DEBUG : Stderr:Pulling zoo2 ... (cluster.py:123, run_and_check) 2025-04-09 21:30:47 [ 510 ] DEBUG : Stderr:Pulling minio1 ... (cluster.py:123, run_and_check) 2025-04-09 21:30:47 [ 510 ] DEBUG : Stderr:Pulling node2 ... (cluster.py:123, run_and_check) 2025-04-09 21:30:47 [ 510 ] DEBUG : Stderr:Pulling node1 ... (cluster.py:123, run_and_check) 2025-04-09 21:30:47 [ 510 ] DEBUG : Stderr:Pulling node3 ... (cluster.py:123, run_and_check) 2025-04-09 21:30:47 [ 510 ] DEBUG : Stderr:Pulling node1 ... pulling from altinityinfra/integr... (cluster.py:123, run_and_check) 2025-04-09 21:30:47 [ 510 ] DEBUG : Stderr:Pulling minio1 ... pulling from minio/minio (cluster.py:123, run_and_check) 2025-04-09 21:30:47 [ 510 ] DEBUG : Stderr:Pulling minio1 ... digest: sha256:9eea83a4e1425067e7... (cluster.py:123, run_and_check) 2025-04-09 21:30:47 [ 510 ] DEBUG : Stderr:Pulling minio1 ... status: image is up to date for m... (cluster.py:123, run_and_check) 2025-04-09 21:30:47 [ 510 ] DEBUG : Stderr:Pulling node1 ... digest: sha256:bf725030a292d5daab... (cluster.py:123, run_and_check) 2025-04-09 21:30:47 [ 510 ] DEBUG : Stderr:Pulling node1 ... status: image is up to date for a... (cluster.py:123, run_and_check) 2025-04-09 21:30:47 [ 510 ] DEBUG : Stderr:Pulling minio1 ... done (cluster.py:123, run_and_check) 2025-04-09 21:30:47 [ 510 ] DEBUG : Stderr:Pulling node1 ... done (cluster.py:123, run_and_check) 2025-04-09 21:30:47 [ 510 ] DEBUG : Stderr:Pulling node3 ... pulling from altinityinfra/integr... (cluster.py:123, run_and_check) 2025-04-09 21:30:47 [ 510 ] DEBUG : Stderr:Pulling zoo1 ... pulling from altinityinfra/integr... (cluster.py:123, run_and_check) 2025-04-09 21:30:47 [ 510 ] DEBUG : Stderr:Pulling node3 ... digest: sha256:bf725030a292d5daab... (cluster.py:123, run_and_check) 2025-04-09 21:30:47 [ 510 ] DEBUG : Stderr:Pulling node3 ... status: image is up to date for a... (cluster.py:123, run_and_check) 2025-04-09 21:30:47 [ 510 ] DEBUG : Stderr:Pulling node3 ... done (cluster.py:123, run_and_check) 2025-04-09 21:30:47 [ 510 ] DEBUG : Stderr:Pulling zoo1 ... digest: sha256:bf725030a292d5daab... (cluster.py:123, run_and_check) 2025-04-09 21:30:47 [ 510 ] DEBUG : Stderr:Pulling zoo1 ... status: image is up to date for a... (cluster.py:123, run_and_check) 2025-04-09 21:30:47 [ 510 ] DEBUG : Stderr:Pulling zoo1 ... done (cluster.py:123, run_and_check) 2025-04-09 21:30:47 [ 510 ] DEBUG : Stderr:Pulling proxy2 ... pulling from altinityinfra/s3-proxy (cluster.py:123, run_and_check) 2025-04-09 21:30:47 [ 510 ] DEBUG : Stderr:Pulling proxy2 ... digest: sha256:3721bfbd3629b7d621... (cluster.py:123, run_and_check) 2025-04-09 21:30:47 [ 510 ] DEBUG : Stderr:Pulling proxy2 ... status: image is up to date for a... (cluster.py:123, run_and_check) 2025-04-09 21:30:47 [ 510 ] DEBUG : Stderr:Pulling proxy2 ... done (cluster.py:123, run_and_check) 2025-04-09 21:30:47 [ 510 ] DEBUG : Stderr:Pulling zoo3 ... pulling from altinityinfra/integr... (cluster.py:123, run_and_check) 2025-04-09 21:30:47 [ 510 ] DEBUG : Stderr:Pulling zoo3 ... digest: sha256:bf725030a292d5daab... (cluster.py:123, run_and_check) 2025-04-09 21:30:47 [ 510 ] DEBUG : Stderr:Pulling zoo3 ... status: image is up to date for a... (cluster.py:123, run_and_check) 2025-04-09 21:30:47 [ 510 ] DEBUG : Stderr:Pulling zoo3 ... done (cluster.py:123, run_and_check) 2025-04-09 21:30:47 [ 510 ] DEBUG : Stderr:Pulling node2 ... pulling from altinityinfra/integr... (cluster.py:123, run_and_check) 2025-04-09 21:30:47 [ 510 ] DEBUG : Stderr:Pulling node2 ... digest: sha256:bf725030a292d5daab... (cluster.py:123, run_and_check) 2025-04-09 21:30:47 [ 510 ] DEBUG : Stderr:Pulling node2 ... status: image is up to date for a... (cluster.py:123, run_and_check) 2025-04-09 21:30:47 [ 510 ] DEBUG : Stderr:Pulling node2 ... done (cluster.py:123, run_and_check) 2025-04-09 21:30:47 [ 510 ] DEBUG : Stderr:Pulling proxy1 ... pulling from altinityinfra/s3-proxy (cluster.py:123, run_and_check) 2025-04-09 21:30:47 [ 510 ] DEBUG : Stderr:Pulling proxy1 ... digest: sha256:3721bfbd3629b7d621... (cluster.py:123, run_and_check) 2025-04-09 21:30:47 [ 510 ] DEBUG : Stderr:Pulling proxy1 ... status: image is up to date for a... (cluster.py:123, run_and_check) 2025-04-09 21:30:47 [ 510 ] DEBUG : Stderr:Pulling proxy1 ... done (cluster.py:123, run_and_check) 2025-04-09 21:30:47 [ 510 ] DEBUG : Stderr:Pulling zoo2 ... pulling from altinityinfra/integr... (cluster.py:123, run_and_check) 2025-04-09 21:30:47 [ 510 ] DEBUG : Stderr:Pulling resolver ... pulling from altinityinfra/python... (cluster.py:123, run_and_check) 2025-04-09 21:30:47 [ 510 ] DEBUG : Stderr:Pulling zoo2 ... digest: sha256:bf725030a292d5daab... (cluster.py:123, run_and_check) 2025-04-09 21:30:47 [ 510 ] DEBUG : Stderr:Pulling zoo2 ... status: image is up to date for a... (cluster.py:123, run_and_check) 2025-04-09 21:30:47 [ 510 ] DEBUG : Stderr:Pulling zoo2 ... done (cluster.py:123, run_and_check) 2025-04-09 21:30:47 [ 510 ] DEBUG : Stderr:Pulling resolver ... digest: sha256:919cb0e6c1a4f05e8d... (cluster.py:123, run_and_check) 2025-04-09 21:30:47 [ 510 ] DEBUG : Stderr:Pulling resolver ... status: image is up to date for a... (cluster.py:123, run_and_check) 2025-04-09 21:30:47 [ 510 ] DEBUG : Stderr:Pulling resolver ... done (cluster.py:123, run_and_check) 2025-04-09 21:30:47 [ 510 ] DEBUG : Setup ZooKeeper (cluster.py:2849, start) 2025-04-09 21:30:47 [ 510 ] DEBUG : Creating internal ZooKeeper dirs: ['/ClickHouse/tests/integration/test_disk_configuration/_instances_1/keeper1/log', '/ClickHouse/tests/integration/test_disk_configuration/_instances_1/keeper1/config', '/ClickHouse/tests/integration/test_disk_configuration/_instances_1/keeper1/coordination', '/ClickHouse/tests/integration/test_disk_configuration/_instances_1/keeper2/log', '/ClickHouse/tests/integration/test_disk_configuration/_instances_1/keeper2/config', '/ClickHouse/tests/integration/test_disk_configuration/_instances_1/keeper2/coordination', '/ClickHouse/tests/integration/test_disk_configuration/_instances_1/keeper3/log', '/ClickHouse/tests/integration/test_disk_configuration/_instances_1/keeper3/config', '/ClickHouse/tests/integration/test_disk_configuration/_instances_1/keeper3/coordination'] (cluster.py:2850, start) 2025-04-09 21:30:47 [ 510 ] DEBUG : Command:['docker-compose', '--env-file', '/ClickHouse/tests/integration/test_disk_configuration/_instances_1/.env', '--project-name', 'roottestdiskconfiguration', '--file', '/ClickHouse/tests/integration/helpers/../../../tests/integration/compose/docker_compose_keeper.yml', '--verbose', 'up', '-d'] (cluster.py:113, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.config.config.find: Using configuration files: /ClickHouse/tests/integration/helpers/../../../tests/integration/compose/docker_compose_keeper.yml (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.docker_client.get_client: docker-compose version 1.29.2, build unknown (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:docker-py version: (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:CPython version: 3.10.12 (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:OpenSSL version: OpenSSL 3.0.2 15 Mar 2022 (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.docker_client.get_client: Docker base_url: http+docker://localhost (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.docker_client.get_client: Docker version: Platform={'Name': 'Docker Engine - Community'}, Components=[{'Name': 'Engine', 'Version': '23.0.6', 'Details': {'ApiVersion': '1.42', 'Arch': 'amd64', 'BuildTime': '2023-05-05T21:18:13.000000000+00:00', 'Experimental': 'false', 'GitCommit': '9dbdbd4', 'GoVersion': 'go1.19.9', 'KernelVersion': '5.15.0-130-generic', 'MinAPIVersion': '1.12', 'Os': 'linux'}}, {'Name': 'containerd', 'Version': '1.7.25', 'Details': {'GitCommit': 'bcc810d6b9066471b0b6fa75f557a15a1cbf31bb'}}, {'Name': 'runc', 'Version': '1.2.4', 'Details': {'GitCommit': 'v1.2.4-0-g6c52b3f'}}, {'Name': 'docker-init', 'Version': '0.19.0', 'Details': {'GitCommit': 'de40ad0'}}], Version=23.0.6, ApiVersion=1.42, MinAPIVersion=1.12, GitCommit=9dbdbd4, GoVersion=go1.19.9, Os=linux, Arch=amd64, KernelVersion=5.15.0-130-generic, BuildTime=2023-05-05T21:18:13.000000000+00:00 (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker inspect_network <- ('roottestdiskconfiguration_default') (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker info <- () (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker info -> {'Architecture': 'x86_64', (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'BridgeNfIp6tables': True, (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'BridgeNfIptables': True, (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'CPUSet': True, (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'CPUShares': True, (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'CgroupDriver': 'cgroupfs', (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'CgroupVersion': '2', (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'ContainerdCommit': {'Expected': 'bcc810d6b9066471b0b6fa75f557a15a1cbf31bb', (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'ID': 'bcc810d6b9066471b0b6fa75f557a15a1cbf31bb'}, (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'Containers': 0, (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:... (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker inspect_network <- ('roottestdiskconfiguration_default') (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.network.ensure: Creating network "roottestdiskconfiguration_default" with the default driver (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker create_network <- (name='roottestdiskconfiguration_default', driver=None, options=None, ipam=None, internal=False, enable_ipv6=False, labels={'com.docker.compose.project': 'roottestdiskconfiguration', 'com.docker.compose.network': 'default', 'com.docker.compose.version': '1.29.2'}, attachable=True, check_duplicate=True) (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker create_network -> {'Id': '1420fb4ec097b428d0fbd6c6d47d8b06773c990de632f840cb50de60e47ab0dd', (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'Warning': ''} (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers <- (all=False, filters={'label': ['com.docker.compose.project=roottestdiskconfiguration', 'com.docker.compose.oneoff=False']}) (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers -> (list with 0 items) (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers <- (all=False, filters={'label': ['com.docker.compose.project=roottestdiskconfiguration', 'com.docker.compose.oneoff=False']}) (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers -> (list with 0 items) (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers <- (all=True, filters={'label': ['com.docker.compose.project=roottestdiskconfiguration', 'com.docker.compose.oneoff=False']}) (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers -> (list with 0 items) (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers <- (all=True, filters={'label': ['com.docker.compose.project=roottestdiskconfiguration', 'com.docker.compose.oneoff=False']}) (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers -> (list with 0 items) (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers <- (all=True, filters={'label': ['com.docker.compose.project=roottestdiskconfiguration', 'com.docker.compose.service=zoo1', 'com.docker.compose.oneoff=False']}) (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers -> (list with 0 items) (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers <- (all=True, filters={'label': ['com.docker.compose.project=roottestdiskconfiguration', 'com.docker.compose.service=zoo1', 'com.docker.compose.oneoff=False']}) (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers -> (list with 0 items) (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers <- (all=True, filters={'label': ['com.docker.compose.project=roottestdiskconfiguration', 'com.docker.compose.service=zoo2', 'com.docker.compose.oneoff=False']}) (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers -> (list with 0 items) (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers <- (all=True, filters={'label': ['com.docker.compose.project=roottestdiskconfiguration', 'com.docker.compose.service=zoo2', 'com.docker.compose.oneoff=False']}) (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers -> (list with 0 items) (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers <- (all=True, filters={'label': ['com.docker.compose.project=roottestdiskconfiguration', 'com.docker.compose.service=zoo3', 'com.docker.compose.oneoff=False']}) (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers -> (list with 0 items) (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers <- (all=True, filters={'label': ['com.docker.compose.project=roottestdiskconfiguration', 'com.docker.compose.service=zoo3', 'com.docker.compose.oneoff=False']}) (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers -> (list with 0 items) (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker inspect_image <- ('altinityinfra/integration-test:1e0b53d756cf') (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker inspect_image -> {'Architecture': 'amd64', (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'Author': '', (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'Comment': 'buildkit.dockerfile.v0', (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'Config': {'ArgsEscaped': True, (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'AttachStderr': False, (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'AttachStdin': False, (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'AttachStdout': False, (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'Cmd': ['/bin/sh', '-c', 'sleep 1'], (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'Domainname': '', (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'Entrypoint': None, (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:... (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker inspect_image <- ('altinityinfra/integration-test:1e0b53d756cf') (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker inspect_image -> {'Architecture': 'amd64', (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'Author': '', (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'Comment': 'buildkit.dockerfile.v0', (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'Config': {'ArgsEscaped': True, (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'AttachStderr': False, (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'AttachStdin': False, (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'AttachStdout': False, (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'Cmd': ['/bin/sh', '-c', 'sleep 1'], (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'Domainname': '', (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'Entrypoint': None, (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:... (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker inspect_image <- ('altinityinfra/integration-test:1e0b53d756cf') (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker inspect_image -> {'Architecture': 'amd64', (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'Author': '', (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'Comment': 'buildkit.dockerfile.v0', (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'Config': {'ArgsEscaped': True, (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'AttachStderr': False, (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'AttachStdin': False, (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'AttachStdout': False, (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'Cmd': ['/bin/sh', '-c', 'sleep 1'], (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'Domainname': '', (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'Entrypoint': None, (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:... (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers <- (all=True, filters={'label': ['com.docker.compose.project=roottestdiskconfiguration', 'com.docker.compose.service=zoo1', 'com.docker.compose.oneoff=False']}) (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers -> (list with 0 items) (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers <- (all=True, filters={'label': ['com.docker.compose.project=roottestdiskconfiguration', 'com.docker.compose.service=zoo1', 'com.docker.compose.oneoff=False']}) (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers -> (list with 0 items) (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers <- (all=True, filters={'label': ['com.docker.compose.project=roottestdiskconfiguration', 'com.docker.compose.service=zoo2', 'com.docker.compose.oneoff=False']}) (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers -> (list with 0 items) (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers <- (all=True, filters={'label': ['com.docker.compose.project=roottestdiskconfiguration', 'com.docker.compose.service=zoo2', 'com.docker.compose.oneoff=False']}) (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers -> (list with 0 items) (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers <- (all=True, filters={'label': ['com.docker.compose.project=roottestdiskconfiguration', 'com.docker.compose.service=zoo3', 'com.docker.compose.oneoff=False']}) (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers -> (list with 0 items) (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers <- (all=True, filters={'label': ['com.docker.compose.project=roottestdiskconfiguration', 'com.docker.compose.service=zoo3', 'com.docker.compose.oneoff=False']}) (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers -> (list with 0 items) (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: {, , } (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.parallel.feed_queue: Starting producer thread for (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers <- (all=True, filters={'label': ['com.docker.compose.project=roottestdiskconfiguration', 'com.docker.compose.service=zoo1', 'com.docker.compose.oneoff=False']}) (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.parallel.feed_queue: Starting producer thread for (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers -> (list with 0 items) (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers <- (all=True, filters={'label': ['com.docker.compose.project=roottestdiskconfiguration', 'com.docker.compose.service=zoo1', 'com.docker.compose.oneoff=False']}) (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers <- (all=True, filters={'label': ['com.docker.compose.project=roottestdiskconfiguration', 'com.docker.compose.service=zoo2', 'com.docker.compose.oneoff=False']}) (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.parallel.feed_queue: Starting producer thread for (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers -> (list with 0 items) (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers <- (all=True, filters={'label': ['com.docker.compose.project=roottestdiskconfiguration', 'com.docker.compose.service=zoo2', 'com.docker.compose.oneoff=False']}) (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers <- (all=True, filters={'label': ['com.docker.compose.project=roottestdiskconfiguration', 'com.docker.compose.service=zoo3', 'com.docker.compose.oneoff=False']}) (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers -> (list with 0 items) (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:Creating roottestdiskconfiguration_zoo2_1 ... (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: {ServiceName(project='roottestdiskconfiguration', service='zoo2', number=1)} (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.parallel.feed_queue: Starting producer thread for ServiceName(project='roottestdiskconfiguration', service='zoo2', number=1) (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers -> (list with 0 items) (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers <- (all=True, filters={'label': ['com.docker.compose.project=roottestdiskconfiguration', 'com.docker.compose.service=zoo3', 'com.docker.compose.oneoff=False']}) (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker inspect_image <- ('altinityinfra/integration-test:1e0b53d756cf') (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers -> (list with 0 items) (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:Creating roottestdiskconfiguration_zoo3_1 ... (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: {ServiceName(project='roottestdiskconfiguration', service='zoo3', number=1)} (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.parallel.feed_queue: Starting producer thread for ServiceName(project='roottestdiskconfiguration', service='zoo3', number=1) (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers -> (list with 0 items) (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:Creating roottestdiskconfiguration_zoo1_1 ... (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker inspect_image <- ('altinityinfra/integration-test:1e0b53d756cf') (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker inspect_image -> {'Architecture': 'amd64', (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'Author': '', (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'Comment': 'buildkit.dockerfile.v0', (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'Config': {'ArgsEscaped': True, (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'AttachStderr': False, (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'AttachStdin': False, (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'AttachStdout': False, (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'Cmd': ['/bin/sh', '-c', 'sleep 1'], (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'Domainname': '', (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'Entrypoint': None, (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:... (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: {ServiceName(project='roottestdiskconfiguration', service='zoo1', number=1)} (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker inspect_image <- ('altinityinfra/integration-test:1e0b53d756cf') (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.parallel.feed_queue: Starting producer thread for ServiceName(project='roottestdiskconfiguration', service='zoo1', number=1) (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker inspect_image -> {'Architecture': 'amd64', (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'Author': '', (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'Comment': 'buildkit.dockerfile.v0', (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'Config': {'ArgsEscaped': True, (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'AttachStderr': False, (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'AttachStdin': False, (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'AttachStdout': False, (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'Cmd': ['/bin/sh', '-c', 'sleep 1'], (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'Domainname': '', (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'Entrypoint': None, (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:... (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker inspect_image <- ('altinityinfra/integration-test:1e0b53d756cf') (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker inspect_image -> {'Architecture': 'amd64', (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'Author': '', (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'Comment': 'buildkit.dockerfile.v0', (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'Config': {'ArgsEscaped': True, (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'AttachStderr': False, (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'AttachStdin': False, (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'AttachStdout': False, (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'Cmd': ['/bin/sh', '-c', 'sleep 1'], (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'Domainname': '', (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'Entrypoint': None, (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:... (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.service.build_container_labels: Added config hash: 10865d3a9980a21e88d2e8c4cc10be726937ed410118937795e9b447237d7672 (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker create_host_config <- (links=[], port_bindings={}, binds=[], volumes_from=[], privileged=False, network_mode='roottestdiskconfiguration_default', devices=None, device_requests=None, dns=None, dns_opt=['attempts:2', 'timeout:1', 'inet6', 'rotate'], dns_search=None, restart_policy={'Name': 'always', 'MaximumRetryCount': 0}, runtime=None, cap_add=['SYS_PTRACE', 'NET_ADMIN', 'IPC_LOCK', 'SYS_NICE'], cap_drop=None, mem_limit=None, mem_reservation=None, memswap_limit=None, ulimits=None, log_config={'Type': '', 'Config': {}}, extra_hosts=None, read_only=None, pid_mode=None, security_opt=['label:disable'], ipc_mode=None, cgroup_parent=None, cpu_quota=None, shm_size=None, sysctls=None, pids_limit=None, tmpfs=None, oom_kill_disable=None, oom_score_adj=None, mem_swappiness=None, group_add=None, userns_mode=None, init=None, init_path=None, isolation=None, cpu_count=None, cpu_percent=None, nano_cpus=None, volume_driver=None, cpuset_cpus=None, cpu_shares=None, storage_opt=None, blkio_weight=None, blkio_weight_device=None, device_read_bps=None, device_read_iops=None, device_write_bps=None, device_write_iops=None, mounts=[{'Target': '/usr/bin/clickhouse-keeper', 'Source': '/clickhouse', 'Type': 'bind', 'ReadOnly': None}, {'Target': '/var/lib/clickhouse-keeper', 'Source': '/ClickHouse/tests/integration/test_disk_configuration/_instances_1/keeper2/coordination', 'Type': 'bind', 'ReadOnly': None}, {'Target': '/var/log/clickhouse-keeper', 'Source': '/ClickHouse/tests/integration/test_disk_configuration/_instances_1/keeper2/log', 'Type': 'bind', 'ReadOnly': None}, {'Target': '/var/lib/clickhouse', 'Source': '/ClickHouse/tests/integration/test_disk_configuration/_instances_1/keeper1/coordination', 'Type': 'bind', 'ReadOnly': None}, {'Target': '/usr/bin/clickhouse', 'Source': '/clickhouse', 'Type': 'bind', 'ReadOnly': None}, {'Target': '/etc/clickhouse-keeper', 'Source': '/ClickHouse/tests/integration/test_disk_configuration/_instances_1/keeper2/config', 'Type': 'bind', 'ReadOnly': None}], device_cgroup_rules=None, cpu_period=None, cpu_rt_period=None, cpu_rt_runtime=None) (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker create_host_config -> {'Binds': [], (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'CapAdd': ['SYS_PTRACE', 'NET_ADMIN', 'IPC_LOCK', 'SYS_NICE'], (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'DnsOptions': ['attempts:2', 'timeout:1', 'inet6', 'rotate'], (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'Links': [], (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'LogConfig': {'Config': {}, 'Type': ''}, (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'Mounts': [{'ReadOnly': None, (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'Source': '/clickhouse', (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'Target': '/usr/bin/clickhouse-keeper', (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'Type': 'bind'}, (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: {'ReadOnly': None, (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:... (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker create_container <- (entrypoint='clickhouse keeper --config=/etc/clickhouse-keeper/keeper_config2.xml --log-file=/var/log/clickhouse-keeper/clickhouse-keeper.log --errorlog-file=/var/log/clickhouse-keeper/clickhouse-keeper.err.log', image='altinityinfra/integration-test:1e0b53d756cf', user='0', volumes={}, name='roottestdiskconfiguration_zoo2_1', detach=True, environment=[], labels={'com.docker.compose.project': 'roottestdiskconfiguration', 'com.docker.compose.service': 'zoo2', 'com.docker.compose.oneoff': 'False', 'com.docker.compose.project.working_dir': '/ClickHouse/tests/integration/compose', 'com.docker.compose.project.config_files': '/ClickHouse/tests/integration/compose/docker_compose_keeper.yml', 'com.docker.compose.project.environment_file': '/ClickHouse/tests/integration/test_disk_configuration/_instances_1/.env', 'com.docker.compose.container-number': '1', 'com.docker.compose.version': '1.29.2', 'com.docker.compose.config-hash': '10865d3a9980a21e88d2e8c4cc10be726937ed410118937795e9b447237d7672'}, host_config={'NetworkMode': 'roottestdiskconfiguration_default', 'RestartPolicy': {'Name': 'always', 'MaximumRetryCount': 0}, 'CapAdd': ['SYS_PTRACE', 'NET_ADMIN', 'IPC_LOCK', 'SYS_NICE'], 'DnsOptions': ['attempts:2', 'timeout:1', 'inet6', 'rotate'], 'SecurityOpt': ['label:disable'], 'VolumesFrom': [], 'Binds': [], 'PortBindings': {}, 'Links': [], 'LogConfig': {'Type': '', 'Config': {}}, 'Mounts': [{'Target': '/usr/bin/clickhouse-keeper', 'Source': '/clickhouse', 'Type': 'bind', 'ReadOnly': None}, {'Target': '/var/lib/clickhouse-keeper', 'Source': '/ClickHouse/tests/integration/test_disk_configuration/_instances_1/keeper2/coordination', 'Type': 'bind', 'ReadOnly': None}, {'Target': '/var/log/clickhouse-keeper', 'Source': '/ClickHouse/tests/integration/test_disk_configuration/_instances_1/keeper2/log', 'Type': 'bind', 'ReadOnly': None}, {'Target': '/var/lib/clickhouse', 'Source': '/ClickHouse/tests/integration/test_disk_configuration/_instances_1/keeper1/coordination', 'Type': 'bind', 'ReadOnly': None}, {'Target': '/usr/bin/clickhouse', 'Source': '/clickhouse', 'Type': 'bind', 'ReadOnly': None}, {'Target': '/etc/clickhouse-keeper', 'Source': '/ClickHouse/tests/integration/test_disk_configuration/_instances_1/keeper2/config', 'Type': 'bind', 'ReadOnly': None}]}, networking_config={'EndpointsConfig': {'roottestdiskconfiguration_default': {'Aliases': ['zoo2'], 'IPAMConfig': {}}}}) (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker inspect_image -> {'Architecture': 'amd64', (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'Author': '', (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'Comment': 'buildkit.dockerfile.v0', (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'Config': {'ArgsEscaped': True, (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'AttachStderr': False, (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'AttachStdin': False, (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'AttachStdout': False, (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'Cmd': ['/bin/sh', '-c', 'sleep 1'], (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'Domainname': '', (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'Entrypoint': None, (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:... (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.service.build_container_labels: Added config hash: e54336d9697354a64ed580a3c78dbb766bbf7daa2f5518538eb3b5fbaf581e13 (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker create_host_config <- (links=[], port_bindings={}, binds=[], volumes_from=[], privileged=False, network_mode='roottestdiskconfiguration_default', devices=None, device_requests=None, dns=None, dns_opt=['attempts:2', 'timeout:1', 'inet6', 'rotate'], dns_search=None, restart_policy={'Name': 'always', 'MaximumRetryCount': 0}, runtime=None, cap_add=['SYS_PTRACE', 'NET_ADMIN', 'IPC_LOCK', 'SYS_NICE'], cap_drop=None, mem_limit=None, mem_reservation=None, memswap_limit=None, ulimits=None, log_config={'Type': '', 'Config': {}}, extra_hosts=None, read_only=None, pid_mode=None, security_opt=['label:disable'], ipc_mode=None, cgroup_parent=None, cpu_quota=None, shm_size=None, sysctls=None, pids_limit=None, tmpfs=None, oom_kill_disable=None, oom_score_adj=None, mem_swappiness=None, group_add=None, userns_mode=None, init=None, init_path=None, isolation=None, cpu_count=None, cpu_percent=None, nano_cpus=None, volume_driver=None, cpuset_cpus=None, cpu_shares=None, storage_opt=None, blkio_weight=None, blkio_weight_device=None, device_read_bps=None, device_read_iops=None, device_write_bps=None, device_write_iops=None, mounts=[{'Target': '/var/log/clickhouse-keeper', 'Source': '/ClickHouse/tests/integration/test_disk_configuration/_instances_1/keeper3/log', 'Type': 'bind', 'ReadOnly': None}, {'Target': '/var/lib/clickhouse-keeper', 'Source': '/ClickHouse/tests/integration/test_disk_configuration/_instances_1/keeper3/coordination', 'Type': 'bind', 'ReadOnly': None}, {'Target': '/usr/bin/clickhouse', 'Source': '/clickhouse', 'Type': 'bind', 'ReadOnly': None}, {'Target': '/etc/clickhouse-keeper', 'Source': '/ClickHouse/tests/integration/test_disk_configuration/_instances_1/keeper3/config', 'Type': 'bind', 'ReadOnly': None}, {'Target': '/var/lib/clickhouse', 'Source': '/ClickHouse/tests/integration/test_disk_configuration/_instances_1/keeper1/coordination', 'Type': 'bind', 'ReadOnly': None}, {'Target': '/usr/bin/clickhouse-keeper', 'Source': '/clickhouse', 'Type': 'bind', 'ReadOnly': None}], device_cgroup_rules=None, cpu_period=None, cpu_rt_period=None, cpu_rt_runtime=None) (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker create_host_config -> {'Binds': [], (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'CapAdd': ['SYS_PTRACE', 'NET_ADMIN', 'IPC_LOCK', 'SYS_NICE'], (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'DnsOptions': ['attempts:2', 'timeout:1', 'inet6', 'rotate'], (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'Links': [], (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'LogConfig': {'Config': {}, 'Type': ''}, (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'Mounts': [{'ReadOnly': None, (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'Source': '/ClickHouse/tests/integration/test_disk_configuration/_instances_1/keeper3/log', (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'Target': '/var/log/clickhouse-keeper', (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'Type': 'bind'}, (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: {'ReadOnly': None, (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:... (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker create_container <- (entrypoint='clickhouse keeper --config=/etc/clickhouse-keeper/keeper_config3.xml --log-file=/var/log/clickhouse-keeper/clickhouse-keeper.log --errorlog-file=/var/log/clickhouse-keeper/clickhouse-keeper.err.log', image='altinityinfra/integration-test:1e0b53d756cf', user='0', volumes={}, name='roottestdiskconfiguration_zoo3_1', detach=True, environment=[], labels={'com.docker.compose.project': 'roottestdiskconfiguration', 'com.docker.compose.service': 'zoo3', 'com.docker.compose.oneoff': 'False', 'com.docker.compose.project.working_dir': '/ClickHouse/tests/integration/compose', 'com.docker.compose.project.config_files': '/ClickHouse/tests/integration/compose/docker_compose_keeper.yml', 'com.docker.compose.project.environment_file': '/ClickHouse/tests/integration/test_disk_configuration/_instances_1/.env', 'com.docker.compose.container-number': '1', 'com.docker.compose.version': '1.29.2', 'com.docker.compose.config-hash': 'e54336d9697354a64ed580a3c78dbb766bbf7daa2f5518538eb3b5fbaf581e13'}, host_config={'NetworkMode': 'roottestdiskconfiguration_default', 'RestartPolicy': {'Name': 'always', 'MaximumRetryCount': 0}, 'CapAdd': ['SYS_PTRACE', 'NET_ADMIN', 'IPC_LOCK', 'SYS_NICE'], 'DnsOptions': ['attempts:2', 'timeout:1', 'inet6', 'rotate'], 'SecurityOpt': ['label:disable'], 'VolumesFrom': [], 'Binds': [], 'PortBindings': {}, 'Links': [], 'LogConfig': {'Type': '', 'Config': {}}, 'Mounts': [{'Target': '/var/log/clickhouse-keeper', 'Source': '/ClickHouse/tests/integration/test_disk_configuration/_instances_1/keeper3/log', 'Type': 'bind', 'ReadOnly': None}, {'Target': '/var/lib/clickhouse-keeper', 'Source': '/ClickHouse/tests/integration/test_disk_configuration/_instances_1/keeper3/coordination', 'Type': 'bind', 'ReadOnly': None}, {'Target': '/usr/bin/clickhouse', 'Source': '/clickhouse', 'Type': 'bind', 'ReadOnly': None}, {'Target': '/etc/clickhouse-keeper', 'Source': '/ClickHouse/tests/integration/test_disk_configuration/_instances_1/keeper3/config', 'Type': 'bind', 'ReadOnly': None}, {'Target': '/var/lib/clickhouse', 'Source': '/ClickHouse/tests/integration/test_disk_configuration/_instances_1/keeper1/coordination', 'Type': 'bind', 'ReadOnly': None}, {'Target': '/usr/bin/clickhouse-keeper', 'Source': '/clickhouse', 'Type': 'bind', 'ReadOnly': None}]}, networking_config={'EndpointsConfig': {'roottestdiskconfiguration_default': {'Aliases': ['zoo3'], 'IPAMConfig': {}}}}) (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker inspect_image <- ('altinityinfra/integration-test:1e0b53d756cf') (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker inspect_image -> {'Architecture': 'amd64', (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'Author': '', (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'Comment': 'buildkit.dockerfile.v0', (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'Config': {'ArgsEscaped': True, (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'AttachStderr': False, (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'AttachStdin': False, (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'AttachStdout': False, (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'Cmd': ['/bin/sh', '-c', 'sleep 1'], (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'Domainname': '', (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'Entrypoint': None, (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:... (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker inspect_image <- ('altinityinfra/integration-test:1e0b53d756cf') (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker inspect_image -> {'Architecture': 'amd64', (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'Author': '', (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'Comment': 'buildkit.dockerfile.v0', (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'Config': {'ArgsEscaped': True, (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'AttachStderr': False, (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'AttachStdin': False, (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'AttachStdout': False, (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'Cmd': ['/bin/sh', '-c', 'sleep 1'], (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'Domainname': '', (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'Entrypoint': None, (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:... (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.service.build_container_labels: Added config hash: 47c88bbe603f8a78a70524034f5fddacea19caea914c6393aa8f7c0198e0a504 (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker create_host_config <- (links=[], port_bindings={}, binds=[], volumes_from=[], privileged=False, network_mode='roottestdiskconfiguration_default', devices=None, device_requests=None, dns=None, dns_opt=['attempts:2', 'timeout:1', 'inet6', 'rotate'], dns_search=None, restart_policy={'Name': 'always', 'MaximumRetryCount': 0}, runtime=None, cap_add=['SYS_PTRACE', 'NET_ADMIN', 'IPC_LOCK', 'SYS_NICE'], cap_drop=None, mem_limit=None, mem_reservation=None, memswap_limit=None, ulimits=None, log_config={'Type': '', 'Config': {}}, extra_hosts=None, read_only=None, pid_mode=None, security_opt=['label:disable'], ipc_mode=None, cgroup_parent=None, cpu_quota=None, shm_size=None, sysctls=None, pids_limit=None, tmpfs=None, oom_kill_disable=None, oom_score_adj=None, mem_swappiness=None, group_add=None, userns_mode=None, init=None, init_path=None, isolation=None, cpu_count=None, cpu_percent=None, nano_cpus=None, volume_driver=None, cpuset_cpus=None, cpu_shares=None, storage_opt=None, blkio_weight=None, blkio_weight_device=None, device_read_bps=None, device_read_iops=None, device_write_bps=None, device_write_iops=None, mounts=[{'Target': '/var/lib/clickhouse-keeper', 'Source': '/ClickHouse/tests/integration/test_disk_configuration/_instances_1/keeper1/coordination', 'Type': 'bind', 'ReadOnly': None}, {'Target': '/etc/clickhouse-keeper', 'Source': '/ClickHouse/tests/integration/test_disk_configuration/_instances_1/keeper1/config', 'Type': 'bind', 'ReadOnly': None}, {'Target': '/usr/bin/clickhouse-keeper', 'Source': '/clickhouse', 'Type': 'bind', 'ReadOnly': None}, {'Target': '/var/log/clickhouse-keeper', 'Source': '/ClickHouse/tests/integration/test_disk_configuration/_instances_1/keeper1/log', 'Type': 'bind', 'ReadOnly': None}, {'Target': '/var/lib/clickhouse', 'Source': '/ClickHouse/tests/integration/test_disk_configuration/_instances_1/keeper1/coordination', 'Type': 'bind', 'ReadOnly': None}, {'Target': '/usr/bin/clickhouse', 'Source': '/clickhouse', 'Type': 'bind', 'ReadOnly': None}], device_cgroup_rules=None, cpu_period=None, cpu_rt_period=None, cpu_rt_runtime=None) (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker create_host_config -> {'Binds': [], (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'CapAdd': ['SYS_PTRACE', 'NET_ADMIN', 'IPC_LOCK', 'SYS_NICE'], (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'DnsOptions': ['attempts:2', 'timeout:1', 'inet6', 'rotate'], (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'Links': [], (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'LogConfig': {'Config': {}, 'Type': ''}, (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'Mounts': [{'ReadOnly': None, (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'Source': '/ClickHouse/tests/integration/test_disk_configuration/_instances_1/keeper1/coordination', (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'Target': '/var/lib/clickhouse-keeper', (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'Type': 'bind'}, (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: {'ReadOnly': None, (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:... (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker create_container <- (entrypoint='clickhouse keeper --config=/etc/clickhouse-keeper/keeper_config1.xml --log-file=/var/log/clickhouse-keeper/clickhouse-keeper.log --errorlog-file=/var/log/clickhouse-keeper/clickhouse-keeper.err.log', image='altinityinfra/integration-test:1e0b53d756cf', user='0', volumes={}, name='roottestdiskconfiguration_zoo1_1', detach=True, environment=[], labels={'com.docker.compose.project': 'roottestdiskconfiguration', 'com.docker.compose.service': 'zoo1', 'com.docker.compose.oneoff': 'False', 'com.docker.compose.project.working_dir': '/ClickHouse/tests/integration/compose', 'com.docker.compose.project.config_files': '/ClickHouse/tests/integration/compose/docker_compose_keeper.yml', 'com.docker.compose.project.environment_file': '/ClickHouse/tests/integration/test_disk_configuration/_instances_1/.env', 'com.docker.compose.container-number': '1', 'com.docker.compose.version': '1.29.2', 'com.docker.compose.config-hash': '47c88bbe603f8a78a70524034f5fddacea19caea914c6393aa8f7c0198e0a504'}, host_config={'NetworkMode': 'roottestdiskconfiguration_default', 'RestartPolicy': {'Name': 'always', 'MaximumRetryCount': 0}, 'CapAdd': ['SYS_PTRACE', 'NET_ADMIN', 'IPC_LOCK', 'SYS_NICE'], 'DnsOptions': ['attempts:2', 'timeout:1', 'inet6', 'rotate'], 'SecurityOpt': ['label:disable'], 'VolumesFrom': [], 'Binds': [], 'PortBindings': {}, 'Links': [], 'LogConfig': {'Type': '', 'Config': {}}, 'Mounts': [{'Target': '/var/lib/clickhouse-keeper', 'Source': '/ClickHouse/tests/integration/test_disk_configuration/_instances_1/keeper1/coordination', 'Type': 'bind', 'ReadOnly': None}, {'Target': '/etc/clickhouse-keeper', 'Source': '/ClickHouse/tests/integration/test_disk_configuration/_instances_1/keeper1/config', 'Type': 'bind', 'ReadOnly': None}, {'Target': '/usr/bin/clickhouse-keeper', 'Source': '/clickhouse', 'Type': 'bind', 'ReadOnly': None}, {'Target': '/var/log/clickhouse-keeper', 'Source': '/ClickHouse/tests/integration/test_disk_configuration/_instances_1/keeper1/log', 'Type': 'bind', 'ReadOnly': None}, {'Target': '/var/lib/clickhouse', 'Source': '/ClickHouse/tests/integration/test_disk_configuration/_instances_1/keeper1/coordination', 'Type': 'bind', 'ReadOnly': None}, {'Target': '/usr/bin/clickhouse', 'Source': '/clickhouse', 'Type': 'bind', 'ReadOnly': None}]}, networking_config={'EndpointsConfig': {'roottestdiskconfiguration_default': {'Aliases': ['zoo1'], 'IPAMConfig': {}}}}) (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker create_container -> {'Id': 'dc9f935986964e0d742f3de3f3430d8a6c4cbd258e5d6a43b5c1b5a637fd0fe0', (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'Warnings': []} (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker inspect_container <- ('dc9f935986964e0d742f3de3f3430d8a6c4cbd258e5d6a43b5c1b5a637fd0fe0') (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker create_container -> {'Id': 'c4b3c418e9ab11f7eaeeba6415a6bbe2cbbbf5cd66afb52ccdc2f6b6c073430a', (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'Warnings': []} (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker inspect_container <- ('c4b3c418e9ab11f7eaeeba6415a6bbe2cbbbf5cd66afb52ccdc2f6b6c073430a') (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker inspect_container -> {'AppArmorProfile': '', (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'Args': ['keeper', (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: '--config=/etc/clickhouse-keeper/keeper_config1.xml', (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: '--log-file=/var/log/clickhouse-keeper/clickhouse-keeper.log', (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: '--errorlog-file=/var/log/clickhouse-keeper/clickhouse-keeper.err.log'], (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'Config': {'AttachStderr': False, (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'AttachStdin': False, (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'AttachStdout': False, (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'Cmd': None, (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'Domainname': '', (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:... (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker disconnect_container_from_network <- ('dc9f935986964e0d742f3de3f3430d8a6c4cbd258e5d6a43b5c1b5a637fd0fe0', 'roottestdiskconfiguration_default') (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker inspect_container -> {'AppArmorProfile': '', (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'Args': ['keeper', (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: '--config=/etc/clickhouse-keeper/keeper_config3.xml', (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: '--log-file=/var/log/clickhouse-keeper/clickhouse-keeper.log', (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: '--errorlog-file=/var/log/clickhouse-keeper/clickhouse-keeper.err.log'], (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'Config': {'AttachStderr': False, (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'AttachStdin': False, (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'AttachStdout': False, (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'Cmd': None, (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'Domainname': '', (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:... (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker disconnect_container_from_network <- ('c4b3c418e9ab11f7eaeeba6415a6bbe2cbbbf5cd66afb52ccdc2f6b6c073430a', 'roottestdiskconfiguration_default') (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker disconnect_container_from_network -> None (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker connect_container_to_network <- ('dc9f935986964e0d742f3de3f3430d8a6c4cbd258e5d6a43b5c1b5a637fd0fe0', 'roottestdiskconfiguration_default', aliases=['zoo1', 'dc9f93598696'], ipv4_address=None, ipv6_address=None, links=[], link_local_ips=None) (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker create_container -> {'Id': '71869abab6f271f23879dbfa165637f5e1240f03838e089e0a5b98f86baed486', (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'Warnings': []} (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker inspect_container <- ('71869abab6f271f23879dbfa165637f5e1240f03838e089e0a5b98f86baed486') (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker disconnect_container_from_network -> None (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker connect_container_to_network <- ('c4b3c418e9ab11f7eaeeba6415a6bbe2cbbbf5cd66afb52ccdc2f6b6c073430a', 'roottestdiskconfiguration_default', aliases=['zoo3', 'c4b3c418e9ab'], ipv4_address=None, ipv6_address=None, links=[], link_local_ips=None) (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker connect_container_to_network -> None (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker start <- ('dc9f935986964e0d742f3de3f3430d8a6c4cbd258e5d6a43b5c1b5a637fd0fe0') (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker inspect_container -> {'AppArmorProfile': '', (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'Args': ['keeper', (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: '--config=/etc/clickhouse-keeper/keeper_config2.xml', (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: '--log-file=/var/log/clickhouse-keeper/clickhouse-keeper.log', (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: '--errorlog-file=/var/log/clickhouse-keeper/clickhouse-keeper.err.log'], (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'Config': {'AttachStderr': False, (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'AttachStdin': False, (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'AttachStdout': False, (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'Cmd': None, (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr: 'Domainname': '', (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:... (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker disconnect_container_from_network <- ('71869abab6f271f23879dbfa165637f5e1240f03838e089e0a5b98f86baed486', 'roottestdiskconfiguration_default') (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker connect_container_to_network -> None (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker start <- ('c4b3c418e9ab11f7eaeeba6415a6bbe2cbbbf5cd66afb52ccdc2f6b6c073430a') (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker disconnect_container_from_network -> None (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker connect_container_to_network <- ('71869abab6f271f23879dbfa165637f5e1240f03838e089e0a5b98f86baed486', 'roottestdiskconfiguration_default', aliases=['71869abab6f2', 'zoo2'], ipv4_address=None, ipv6_address=None, links=[], link_local_ips=None) (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker connect_container_to_network -> None (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker start <- ('71869abab6f271f23879dbfa165637f5e1240f03838e089e0a5b98f86baed486') (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: set() (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: set() (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: set() (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: set() (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: set() (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: set() (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: set() (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: set() (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: set() (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: set() (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: set() (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: set() (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: set() (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: set() (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: set() (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker start -> None (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.parallel.parallel_execute_iter: Finished processing: ServiceName(project='roottestdiskconfiguration', service='zoo1', number=1) (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:Creating roottestdiskconfiguration_zoo1_1 ... done (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: set() (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.parallel.parallel_execute_iter: Finished processing: (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: set() (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: set() (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: set() (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: set() (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker start -> None (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.parallel.parallel_execute_iter: Finished processing: ServiceName(project='roottestdiskconfiguration', service='zoo2', number=1) (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:Creating roottestdiskconfiguration_zoo2_1 ... done (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: set() (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.parallel.parallel_execute_iter: Finished processing: (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: set() (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: set() (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker start -> None (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.parallel.parallel_execute_iter: Finished processing: ServiceName(project='roottestdiskconfiguration', service='zoo3', number=1) (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:Creating roottestdiskconfiguration_zoo3_1 ... done (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: set() (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.parallel.parallel_execute_iter: Finished processing: (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: set() (cluster.py:123, run_and_check) 2025-04-09 21:30:48 [ 510 ] DEBUG : Wait ZooKeeper to start (cluster.py:2504, wait_zookeeper_to_start) 2025-04-09 21:30:48 [ 510 ] DEBUG : get_instance_ip instance_name=zoo1 (cluster.py:2135, get_instance_ip) 2025-04-09 21:30:48 [ 510 ] DEBUG : http://localhost:None "GET /v1.42/containers/roottestdiskconfiguration_zoo1_1/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2025-04-09 21:30:48 [ 510 ] DEBUG : get_kazoo_client: zoo1, ip:172.16.1.2, port:2181, use_ssl:False (cluster.py:3286, get_kazoo_client) 2025-04-09 21:30:48 [ 510 ] INFO : Connecting to 172.16.1.2(172.16.1.2):2181, use_ssl: False (connection.py:650, _connect) 2025-04-09 21:30:48 [ 510 ] WARNING : Connection dropped: socket connection error: Connection refused (connection.py:622, _connect_attempt) 2025-04-09 21:30:48 [ 510 ] INFO : Connecting to 172.16.1.2(172.16.1.2):2181, use_ssl: False (connection.py:650, _connect) 2025-04-09 21:30:48 [ 510 ] WARNING : Connection dropped: socket connection error: Connection refused (connection.py:622, _connect_attempt) 2025-04-09 21:30:49 [ 510 ] INFO : Connecting to 172.16.1.2(172.16.1.2):2181, use_ssl: False (connection.py:650, _connect) 2025-04-09 21:30:49 [ 510 ] WARNING : Connection dropped: socket connection error: Connection refused (connection.py:622, _connect_attempt) 2025-04-09 21:30:49 [ 510 ] INFO : Connecting to 172.16.1.2(172.16.1.2):2181, use_ssl: False (connection.py:650, _connect) 2025-04-09 21:30:49 [ 510 ] WARNING : Connection dropped: socket connection error: Connection refused (connection.py:622, _connect_attempt) 2025-04-09 21:30:50 [ 510 ] INFO : Connecting to 172.16.1.2(172.16.1.2):2181, use_ssl: False (connection.py:650, _connect) 2025-04-09 21:30:50 [ 510 ] WARNING : Connection dropped: socket connection error: Connection refused (connection.py:622, _connect_attempt) 2025-04-09 21:30:51 [ 510 ] INFO : Connecting to 172.16.1.2(172.16.1.2):2181, use_ssl: False (connection.py:650, _connect) 2025-04-09 21:30:51 [ 510 ] DEBUG : Sending request(xid=None): Connect(protocol_version=0, last_zxid_seen=0, time_out=10000, session_id=0, passwd=b'\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00', read_only=None) (connection.py:312, _submit) 2025-04-09 21:30:51 [ 510 ] INFO : Zookeeper connection established, state: CONNECTED (client.py:532, _session_callback) 2025-04-09 21:30:51 [ 510 ] DEBUG : Sending request(xid=1): GetChildren(path='/', watcher=None) (connection.py:312, _submit) 2025-04-09 21:30:51 [ 510 ] DEBUG : Received response(xid=1): ['keeper'] (connection.py:410, _read_response) 2025-04-09 21:30:51 [ 510 ] DEBUG : Sending request(xid=2): Close() (connection.py:312, _submit) 2025-04-09 21:30:51 [ 510 ] WARNING : Connection dropped: socket connection broken (connection.py:622, _connect_attempt) 2025-04-09 21:30:51 [ 510 ] WARNING : Transition to CONNECTING (connection.py:626, _connect_attempt) 2025-04-09 21:30:51 [ 510 ] INFO : Zookeeper connection lost (client.py:543, _session_callback) 2025-04-09 21:30:51 [ 510 ] WARNING : Failed connecting to Zookeeper within the connection retry policy. (connection.py:515, zk_loop) 2025-04-09 21:30:51 [ 510 ] INFO : Zookeeper session closed, state: CLOSED (client.py:537, _session_callback) 2025-04-09 21:30:51 [ 510 ] DEBUG : get_instance_ip instance_name=zoo2 (cluster.py:2135, get_instance_ip) 2025-04-09 21:30:51 [ 510 ] DEBUG : http://localhost:None "GET /v1.42/containers/roottestdiskconfiguration_zoo2_1/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2025-04-09 21:30:51 [ 510 ] DEBUG : get_kazoo_client: zoo2, ip:172.16.1.4, port:2181, use_ssl:False (cluster.py:3286, get_kazoo_client) 2025-04-09 21:30:51 [ 510 ] INFO : Connecting to 172.16.1.4(172.16.1.4):2181, use_ssl: False (connection.py:650, _connect) 2025-04-09 21:30:51 [ 510 ] DEBUG : Sending request(xid=None): Connect(protocol_version=0, last_zxid_seen=0, time_out=10000, session_id=0, passwd=b'\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00', read_only=None) (connection.py:312, _submit) 2025-04-09 21:30:51 [ 510 ] INFO : Zookeeper connection established, state: CONNECTED (client.py:532, _session_callback) 2025-04-09 21:30:51 [ 510 ] DEBUG : Sending request(xid=1): GetChildren(path='/', watcher=None) (connection.py:312, _submit) 2025-04-09 21:30:51 [ 510 ] DEBUG : Received response(xid=1): ['keeper'] (connection.py:410, _read_response) 2025-04-09 21:30:51 [ 510 ] DEBUG : Sending request(xid=2): Close() (connection.py:312, _submit) 2025-04-09 21:30:51 [ 510 ] WARNING : Connection dropped: socket connection broken (connection.py:622, _connect_attempt) 2025-04-09 21:30:51 [ 510 ] WARNING : Transition to CONNECTING (connection.py:626, _connect_attempt) 2025-04-09 21:30:51 [ 510 ] INFO : Zookeeper connection lost (client.py:543, _session_callback) 2025-04-09 21:30:51 [ 510 ] WARNING : Failed connecting to Zookeeper within the connection retry policy. (connection.py:515, zk_loop) 2025-04-09 21:30:51 [ 510 ] INFO : Zookeeper session closed, state: CLOSED (client.py:537, _session_callback) 2025-04-09 21:30:51 [ 510 ] DEBUG : get_instance_ip instance_name=zoo3 (cluster.py:2135, get_instance_ip) 2025-04-09 21:30:51 [ 510 ] DEBUG : http://localhost:None "GET /v1.42/containers/roottestdiskconfiguration_zoo3_1/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2025-04-09 21:30:51 [ 510 ] DEBUG : get_kazoo_client: zoo3, ip:172.16.1.3, port:2181, use_ssl:False (cluster.py:3286, get_kazoo_client) 2025-04-09 21:30:51 [ 510 ] INFO : Connecting to 172.16.1.3(172.16.1.3):2181, use_ssl: False (connection.py:650, _connect) 2025-04-09 21:30:51 [ 510 ] DEBUG : Sending request(xid=None): Connect(protocol_version=0, last_zxid_seen=0, time_out=10000, session_id=0, passwd=b'\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00', read_only=None) (connection.py:312, _submit) 2025-04-09 21:30:51 [ 510 ] INFO : Zookeeper connection established, state: CONNECTED (client.py:532, _session_callback) 2025-04-09 21:30:51 [ 510 ] DEBUG : Sending request(xid=1): GetChildren(path='/', watcher=None) (connection.py:312, _submit) 2025-04-09 21:30:51 [ 510 ] DEBUG : Received response(xid=1): ['keeper'] (connection.py:410, _read_response) 2025-04-09 21:30:51 [ 510 ] DEBUG : Sending request(xid=2): Close() (connection.py:312, _submit) 2025-04-09 21:30:51 [ 510 ] WARNING : Connection dropped: socket connection broken (connection.py:622, _connect_attempt) 2025-04-09 21:30:51 [ 510 ] WARNING : Transition to CONNECTING (connection.py:626, _connect_attempt) 2025-04-09 21:30:51 [ 510 ] INFO : Zookeeper connection lost (client.py:543, _session_callback) 2025-04-09 21:30:51 [ 510 ] WARNING : Failed connecting to Zookeeper within the connection retry policy. (connection.py:515, zk_loop) 2025-04-09 21:30:51 [ 510 ] INFO : Zookeeper session closed, state: CLOSED (client.py:537, _session_callback) 2025-04-09 21:30:51 [ 510 ] DEBUG : All instances of ZooKeeper Secure started (cluster.py:2519, wait_zookeeper_nodes_to_start) 2025-04-09 21:30:51 [ 510 ] INFO : Trying to create Minio instance by command docker-compose --env-file /ClickHouse/tests/integration/test_disk_configuration/_instances_1/.env --project-name roottestdiskconfiguration --file /ClickHouse/tests/integration/helpers/../../../tests/integration/compose/docker_compose_minio.yml --verbose up -d (cluster.py:3087, start) 2025-04-09 21:30:51 [ 510 ] DEBUG : Command:['docker-compose', '--env-file', '/ClickHouse/tests/integration/test_disk_configuration/_instances_1/.env', '--project-name', 'roottestdiskconfiguration', '--file', '/ClickHouse/tests/integration/helpers/../../../tests/integration/compose/docker_compose_minio.yml', '--verbose', 'up', '-d'] (cluster.py:113, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.config.config.find: Using configuration files: /ClickHouse/tests/integration/helpers/../../../tests/integration/compose/docker_compose_minio.yml (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.docker_client.get_client: docker-compose version 1.29.2, build unknown (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:docker-py version: (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:CPython version: 3.10.12 (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:OpenSSL version: OpenSSL 3.0.2 15 Mar 2022 (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.docker_client.get_client: Docker base_url: http+docker://localhost (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.docker_client.get_client: Docker version: Platform={'Name': 'Docker Engine - Community'}, Components=[{'Name': 'Engine', 'Version': '23.0.6', 'Details': {'ApiVersion': '1.42', 'Arch': 'amd64', 'BuildTime': '2023-05-05T21:18:13.000000000+00:00', 'Experimental': 'false', 'GitCommit': '9dbdbd4', 'GoVersion': 'go1.19.9', 'KernelVersion': '5.15.0-130-generic', 'MinAPIVersion': '1.12', 'Os': 'linux'}}, {'Name': 'containerd', 'Version': '1.7.25', 'Details': {'GitCommit': 'bcc810d6b9066471b0b6fa75f557a15a1cbf31bb'}}, {'Name': 'runc', 'Version': '1.2.4', 'Details': {'GitCommit': 'v1.2.4-0-g6c52b3f'}}, {'Name': 'docker-init', 'Version': '0.19.0', 'Details': {'GitCommit': 'de40ad0'}}], Version=23.0.6, ApiVersion=1.42, MinAPIVersion=1.12, GitCommit=9dbdbd4, GoVersion=go1.19.9, Os=linux, Arch=amd64, KernelVersion=5.15.0-130-generic, BuildTime=2023-05-05T21:18:13.000000000+00:00 (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker inspect_network <- ('roottestdiskconfiguration_default') (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker inspect_network -> {'Attachable': True, (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'ConfigFrom': {'Network': ''}, (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'ConfigOnly': False, (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Containers': {'71869abab6f271f23879dbfa165637f5e1240f03838e089e0a5b98f86baed486': {'EndpointID': '0f26e190ecb664f35f4f105c9e06d5c03050e7f7d74fcaf86ac042e21233deb8', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'IPv4Address': '172.16.1.4/24', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'IPv6Address': '', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'MacAddress': '02:42:ac:10:01:04', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Name': 'roottestdiskconfiguration_zoo2_1'}, (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'c4b3c418e9ab11f7eaeeba6415a6bbe2cbbbf5cd66afb52ccdc2f6b6c073430a': {'EndpointID': '842b659bbff252678013a4f0d781ed999b19c0b016e8bd7ff54700204a32aa62', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'IPv4Address': '172.16.1.3/24', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:... (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker inspect_volume <- ('roottestdiskconfiguration_data1-1') (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker info <- () (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker info -> {'Architecture': 'x86_64', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'BridgeNfIp6tables': True, (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'BridgeNfIptables': True, (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'CPUSet': True, (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'CPUShares': True, (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'CgroupDriver': 'cgroupfs', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'CgroupVersion': '2', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'ContainerdCommit': {'Expected': 'bcc810d6b9066471b0b6fa75f557a15a1cbf31bb', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'ID': 'bcc810d6b9066471b0b6fa75f557a15a1cbf31bb'}, (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Containers': 3, (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:... (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker inspect_network <- ('roottestdiskconfiguration_default') (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker inspect_network -> {'Attachable': True, (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'ConfigFrom': {'Network': ''}, (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'ConfigOnly': False, (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Containers': {'71869abab6f271f23879dbfa165637f5e1240f03838e089e0a5b98f86baed486': {'EndpointID': '0f26e190ecb664f35f4f105c9e06d5c03050e7f7d74fcaf86ac042e21233deb8', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'IPv4Address': '172.16.1.4/24', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'IPv6Address': '', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'MacAddress': '02:42:ac:10:01:04', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Name': 'roottestdiskconfiguration_zoo2_1'}, (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'c4b3c418e9ab11f7eaeeba6415a6bbe2cbbbf5cd66afb52ccdc2f6b6c073430a': {'EndpointID': '842b659bbff252678013a4f0d781ed999b19c0b016e8bd7ff54700204a32aa62', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'IPv4Address': '172.16.1.3/24', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:... (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker inspect_volume <- ('roottestdiskconfiguration_data1-1') (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.volume.initialize: Creating volume "roottestdiskconfiguration_data1-1" with default driver (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker create_volume <- ('roottestdiskconfiguration_data1-1', None, None, labels={'com.docker.compose.project': 'roottestdiskconfiguration', 'com.docker.compose.volume': 'data1-1', 'com.docker.compose.version': '1.29.2'}) (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker create_volume -> {'CreatedAt': '2025-04-09T21:30:52Z', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Driver': 'local', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Labels': {'com.docker.compose.project': 'roottestdiskconfiguration', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'com.docker.compose.version': '1.29.2', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'com.docker.compose.volume': 'data1-1'}, (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Mountpoint': '/var/lib/docker/volumes/roottestdiskconfiguration_data1-1/_data', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Name': 'roottestdiskconfiguration_data1-1', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Options': None, (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Scope': 'local'} (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers <- (all=False, filters={'label': ['com.docker.compose.project=roottestdiskconfiguration', 'com.docker.compose.oneoff=False']}) (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers -> (list with 3 items) (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers <- (all=True, filters={'label': ['com.docker.compose.project=roottestdiskconfiguration', 'com.docker.compose.oneoff=False']}) (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers -> (list with 3 items) (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker inspect_container <- ('dc9f935986964e0d742f3de3f3430d8a6c4cbd258e5d6a43b5c1b5a637fd0fe0') (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker inspect_container -> {'AppArmorProfile': '', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Args': ['keeper', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: '--config=/etc/clickhouse-keeper/keeper_config1.xml', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: '--log-file=/var/log/clickhouse-keeper/clickhouse-keeper.log', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: '--errorlog-file=/var/log/clickhouse-keeper/clickhouse-keeper.err.log'], (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Config': {'AttachStderr': False, (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'AttachStdin': False, (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'AttachStdout': False, (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Cmd': None, (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Domainname': '', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:... (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker inspect_container <- ('71869abab6f271f23879dbfa165637f5e1240f03838e089e0a5b98f86baed486') (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker inspect_container -> {'AppArmorProfile': '', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Args': ['keeper', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: '--config=/etc/clickhouse-keeper/keeper_config2.xml', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: '--log-file=/var/log/clickhouse-keeper/clickhouse-keeper.log', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: '--errorlog-file=/var/log/clickhouse-keeper/clickhouse-keeper.err.log'], (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Config': {'AttachStderr': False, (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'AttachStdin': False, (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'AttachStdout': False, (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Cmd': None, (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Domainname': '', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:... (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker inspect_container <- ('c4b3c418e9ab11f7eaeeba6415a6bbe2cbbbf5cd66afb52ccdc2f6b6c073430a') (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker inspect_container -> {'AppArmorProfile': '', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Args': ['keeper', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: '--config=/etc/clickhouse-keeper/keeper_config3.xml', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: '--log-file=/var/log/clickhouse-keeper/clickhouse-keeper.log', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: '--errorlog-file=/var/log/clickhouse-keeper/clickhouse-keeper.err.log'], (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Config': {'AttachStderr': False, (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'AttachStdin': False, (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'AttachStdout': False, (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Cmd': None, (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Domainname': '', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:... (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.project.find_orphan_containers: Found orphan containers (roottestdiskconfiguration_zoo1_1, roottestdiskconfiguration_zoo2_1, roottestdiskconfiguration_zoo3_1) for this project. If you removed or renamed this service in your compose file, you can run this command with the --remove-orphans flag to clean it up. (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers <- (all=True, filters={'label': ['com.docker.compose.project=roottestdiskconfiguration', 'com.docker.compose.service=proxy1', 'com.docker.compose.oneoff=False']}) (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers -> (list with 0 items) (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers <- (all=True, filters={'label': ['com.docker.compose.project=roottestdiskconfiguration', 'com.docker.compose.service=proxy1', 'com.docker.compose.oneoff=False']}) (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers -> (list with 0 items) (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers <- (all=True, filters={'label': ['com.docker.compose.project=roottestdiskconfiguration', 'com.docker.compose.service=proxy2', 'com.docker.compose.oneoff=False']}) (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers -> (list with 0 items) (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers <- (all=True, filters={'label': ['com.docker.compose.project=roottestdiskconfiguration', 'com.docker.compose.service=proxy2', 'com.docker.compose.oneoff=False']}) (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers -> (list with 0 items) (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers <- (all=True, filters={'label': ['com.docker.compose.project=roottestdiskconfiguration', 'com.docker.compose.service=minio1', 'com.docker.compose.oneoff=False']}) (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers -> (list with 0 items) (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers <- (all=True, filters={'label': ['com.docker.compose.project=roottestdiskconfiguration', 'com.docker.compose.service=minio1', 'com.docker.compose.oneoff=False']}) (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers -> (list with 0 items) (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers <- (all=True, filters={'label': ['com.docker.compose.project=roottestdiskconfiguration', 'com.docker.compose.service=resolver', 'com.docker.compose.oneoff=False']}) (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers -> (list with 0 items) (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers <- (all=True, filters={'label': ['com.docker.compose.project=roottestdiskconfiguration', 'com.docker.compose.service=resolver', 'com.docker.compose.oneoff=False']}) (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers -> (list with 0 items) (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker inspect_image <- ('altinityinfra/s3-proxy') (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker inspect_image -> {'Architecture': 'arm64', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Author': '', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Comment': 'buildkit.dockerfile.v0', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Config': {'ArgsEscaped': True, (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'AttachStderr': False, (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'AttachStdin': False, (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'AttachStdout': False, (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Cmd': ['/run.sh'], (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Domainname': '', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Entrypoint': ['/docker-entrypoint.sh'], (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:... (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker inspect_image <- ('altinityinfra/s3-proxy') (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker inspect_image -> {'Architecture': 'arm64', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Author': '', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Comment': 'buildkit.dockerfile.v0', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Config': {'ArgsEscaped': True, (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'AttachStderr': False, (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'AttachStdin': False, (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'AttachStdout': False, (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Cmd': ['/run.sh'], (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Domainname': '', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Entrypoint': ['/docker-entrypoint.sh'], (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:... (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker inspect_image <- ('minio/minio:RELEASE.2024-07-31T05-46-26Z') (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker inspect_image -> {'Architecture': 'amd64', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Author': '', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Comment': 'buildkit.dockerfile.v0', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Config': {'ArgsEscaped': True, (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'AttachStderr': False, (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'AttachStdin': False, (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'AttachStdout': False, (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Cmd': ['minio'], (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Domainname': '', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Entrypoint': ['/usr/bin/docker-entrypoint.sh'], (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:... (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker inspect_image <- ('altinityinfra/python-bottle:caad4729259e') (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker inspect_image -> {'Architecture': 'amd64', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Author': '', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Comment': 'buildkit.dockerfile.v0', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Config': {'ArgsEscaped': True, (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'AttachStderr': False, (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'AttachStdin': False, (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'AttachStdout': False, (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Cmd': ['python3'], (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Domainname': '', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Entrypoint': None, (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:... (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers <- (all=True, filters={'label': ['com.docker.compose.project=roottestdiskconfiguration', 'com.docker.compose.service=proxy1', 'com.docker.compose.oneoff=False']}) (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers -> (list with 0 items) (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers <- (all=True, filters={'label': ['com.docker.compose.project=roottestdiskconfiguration', 'com.docker.compose.service=proxy1', 'com.docker.compose.oneoff=False']}) (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers -> (list with 0 items) (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers <- (all=True, filters={'label': ['com.docker.compose.project=roottestdiskconfiguration', 'com.docker.compose.service=proxy2', 'com.docker.compose.oneoff=False']}) (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers -> (list with 0 items) (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers <- (all=True, filters={'label': ['com.docker.compose.project=roottestdiskconfiguration', 'com.docker.compose.service=proxy2', 'com.docker.compose.oneoff=False']}) (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers -> (list with 0 items) (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.project._get_convergence_plans: minio1 has upstream changes (proxy1, proxy2) (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers <- (all=True, filters={'status': ['created', 'exited'], 'label': ['com.docker.compose.project=roottestdiskconfiguration', 'com.docker.compose.service=minio1', 'com.docker.compose.oneoff=False']}) (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers -> (list with 0 items) (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers <- (all=True, filters={'status': ['created', 'exited'], 'label': ['com.docker.compose.project=roottestdiskconfiguration', 'com.docker.compose.service=minio1', 'com.docker.compose.oneoff=False']}) (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers -> (list with 0 items) (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers <- (all=False, filters={'label': ['com.docker.compose.project=roottestdiskconfiguration', 'com.docker.compose.service=minio1', 'com.docker.compose.oneoff=False']}) (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers -> (list with 0 items) (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers <- (all=False, filters={'label': ['com.docker.compose.project=roottestdiskconfiguration', 'com.docker.compose.service=minio1', 'com.docker.compose.oneoff=False']}) (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers -> (list with 0 items) (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers <- (all=True, filters={'label': ['com.docker.compose.project=roottestdiskconfiguration', 'com.docker.compose.service=minio1', 'com.docker.compose.oneoff=False']}) (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers -> (list with 0 items) (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers <- (all=True, filters={'label': ['com.docker.compose.project=roottestdiskconfiguration', 'com.docker.compose.service=minio1', 'com.docker.compose.oneoff=False']}) (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers -> (list with 0 items) (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.project._get_convergence_plans: resolver has upstream changes (proxy1, proxy2) (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers <- (all=True, filters={'status': ['created', 'exited'], 'label': ['com.docker.compose.project=roottestdiskconfiguration', 'com.docker.compose.service=resolver', 'com.docker.compose.oneoff=False']}) (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers -> (list with 0 items) (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers <- (all=True, filters={'status': ['created', 'exited'], 'label': ['com.docker.compose.project=roottestdiskconfiguration', 'com.docker.compose.service=resolver', 'com.docker.compose.oneoff=False']}) (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers -> (list with 0 items) (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers <- (all=False, filters={'label': ['com.docker.compose.project=roottestdiskconfiguration', 'com.docker.compose.service=resolver', 'com.docker.compose.oneoff=False']}) (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers -> (list with 0 items) (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers <- (all=False, filters={'label': ['com.docker.compose.project=roottestdiskconfiguration', 'com.docker.compose.service=resolver', 'com.docker.compose.oneoff=False']}) (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers -> (list with 0 items) (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers <- (all=True, filters={'label': ['com.docker.compose.project=roottestdiskconfiguration', 'com.docker.compose.service=resolver', 'com.docker.compose.oneoff=False']}) (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers -> (list with 0 items) (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers <- (all=True, filters={'label': ['com.docker.compose.project=roottestdiskconfiguration', 'com.docker.compose.service=resolver', 'com.docker.compose.oneoff=False']}) (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers -> (list with 0 items) (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: {, , , } (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.parallel.feed_queue: Starting producer thread for (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers <- (all=True, filters={'label': ['com.docker.compose.project=roottestdiskconfiguration', 'com.docker.compose.service=proxy2', 'com.docker.compose.oneoff=False']}) (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.parallel.feed_queue: Starting producer thread for (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers <- (all=True, filters={'label': ['com.docker.compose.project=roottestdiskconfiguration', 'com.docker.compose.service=proxy1', 'com.docker.compose.oneoff=False']}) (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers -> (list with 0 items) (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers <- (all=True, filters={'label': ['com.docker.compose.project=roottestdiskconfiguration', 'com.docker.compose.service=proxy2', 'com.docker.compose.oneoff=False']}) (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers -> (list with 0 items) (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers <- (all=True, filters={'label': ['com.docker.compose.project=roottestdiskconfiguration', 'com.docker.compose.service=proxy1', 'com.docker.compose.oneoff=False']}) (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers -> (list with 0 items) (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:Creating roottestdiskconfiguration_proxy2_1 ... (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: {ServiceName(project='roottestdiskconfiguration', service='proxy2', number=1)} (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.parallel.feed_queue: Starting producer thread for ServiceName(project='roottestdiskconfiguration', service='proxy2', number=1) (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers -> (list with 0 items) (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:Creating roottestdiskconfiguration_proxy1_1 ... (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: {ServiceName(project='roottestdiskconfiguration', service='proxy1', number=1)} (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.parallel.feed_queue: Starting producer thread for ServiceName(project='roottestdiskconfiguration', service='proxy1', number=1) (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker inspect_image <- ('altinityinfra/s3-proxy') (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker inspect_image <- ('altinityinfra/s3-proxy') (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker inspect_image -> {'Architecture': 'arm64', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Author': '', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Comment': 'buildkit.dockerfile.v0', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Config': {'ArgsEscaped': True, (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'AttachStderr': False, (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'AttachStdin': False, (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'AttachStdout': False, (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Cmd': ['/run.sh'], (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Domainname': '', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Entrypoint': ['/docker-entrypoint.sh'], (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:... (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker inspect_image <- ('altinityinfra/s3-proxy') (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker inspect_image -> {'Architecture': 'arm64', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Author': '', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Comment': 'buildkit.dockerfile.v0', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Config': {'ArgsEscaped': True, (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'AttachStderr': False, (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'AttachStdin': False, (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'AttachStdout': False, (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Cmd': ['/run.sh'], (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Domainname': '', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Entrypoint': ['/docker-entrypoint.sh'], (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:... (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker inspect_image <- ('altinityinfra/s3-proxy') (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker inspect_image -> {'Architecture': 'arm64', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Author': '', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Comment': 'buildkit.dockerfile.v0', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Config': {'ArgsEscaped': True, (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'AttachStderr': False, (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'AttachStdin': False, (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'AttachStdout': False, (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Cmd': ['/run.sh'], (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Domainname': '', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Entrypoint': ['/docker-entrypoint.sh'], (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:... (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.service.build_container_labels: Added config hash: 9a1c867744c430b31a7fcfcf27cb055a9b5dcbfe4b060b95e76f578c12370216 (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker create_host_config <- (links=[], port_bindings={}, binds=[], volumes_from=[], privileged=False, network_mode='roottestdiskconfiguration_default', devices=None, device_requests=None, dns=None, dns_opt=None, dns_search=None, restart_policy=None, runtime=None, cap_add=None, cap_drop=None, mem_limit=None, mem_reservation=None, memswap_limit=None, ulimits=None, log_config={'Type': '', 'Config': {}}, extra_hosts=None, read_only=None, pid_mode=None, security_opt=None, ipc_mode=None, cgroup_parent=None, cpu_quota=None, shm_size=None, sysctls=None, pids_limit=None, tmpfs=None, oom_kill_disable=None, oom_score_adj=None, mem_swappiness=None, group_add=None, userns_mode=None, init=None, init_path=None, isolation=None, cpu_count=None, cpu_percent=None, nano_cpus=None, volume_driver=None, cpuset_cpus=None, cpu_shares=None, storage_opt=None, blkio_weight=None, blkio_weight_device=None, device_read_bps=None, device_read_iops=None, device_write_bps=None, device_write_iops=None, mounts=None, device_cgroup_rules=None, cpu_period=None, cpu_rt_period=None, cpu_rt_runtime=None) (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker create_host_config -> {'Binds': [], (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Links': [], (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'LogConfig': {'Config': {}, 'Type': ''}, (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'NetworkMode': 'roottestdiskconfiguration_default', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'PortBindings': {}, (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'VolumesFrom': []} (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker create_container <- (image='altinityinfra/s3-proxy', volumes={}, name='roottestdiskconfiguration_proxy2_1', detach=True, ports=['8080', '80', '443'], environment=[], labels={'com.docker.compose.project': 'roottestdiskconfiguration', 'com.docker.compose.service': 'proxy2', 'com.docker.compose.oneoff': 'False', 'com.docker.compose.project.working_dir': '/ClickHouse/tests/integration/compose', 'com.docker.compose.project.config_files': '/ClickHouse/tests/integration/compose/docker_compose_minio.yml', 'com.docker.compose.project.environment_file': '/ClickHouse/tests/integration/test_disk_configuration/_instances_1/.env', 'com.docker.compose.container-number': '1', 'com.docker.compose.version': '1.29.2', 'com.docker.compose.config-hash': '9a1c867744c430b31a7fcfcf27cb055a9b5dcbfe4b060b95e76f578c12370216'}, host_config={'NetworkMode': 'roottestdiskconfiguration_default', 'VolumesFrom': [], 'Binds': [], 'PortBindings': {}, 'Links': [], 'LogConfig': {'Type': '', 'Config': {}}}, networking_config={'EndpointsConfig': {'roottestdiskconfiguration_default': {'Aliases': ['proxy2'], 'IPAMConfig': {}}}}) (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker inspect_image -> {'Architecture': 'arm64', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Author': '', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Comment': 'buildkit.dockerfile.v0', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Config': {'ArgsEscaped': True, (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'AttachStderr': False, (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'AttachStdin': False, (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'AttachStdout': False, (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Cmd': ['/run.sh'], (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Domainname': '', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Entrypoint': ['/docker-entrypoint.sh'], (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:... (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.service.build_container_labels: Added config hash: 9a1c867744c430b31a7fcfcf27cb055a9b5dcbfe4b060b95e76f578c12370216 (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker create_host_config <- (links=[], port_bindings={}, binds=[], volumes_from=[], privileged=False, network_mode='roottestdiskconfiguration_default', devices=None, device_requests=None, dns=None, dns_opt=None, dns_search=None, restart_policy=None, runtime=None, cap_add=None, cap_drop=None, mem_limit=None, mem_reservation=None, memswap_limit=None, ulimits=None, log_config={'Type': '', 'Config': {}}, extra_hosts=None, read_only=None, pid_mode=None, security_opt=None, ipc_mode=None, cgroup_parent=None, cpu_quota=None, shm_size=None, sysctls=None, pids_limit=None, tmpfs=None, oom_kill_disable=None, oom_score_adj=None, mem_swappiness=None, group_add=None, userns_mode=None, init=None, init_path=None, isolation=None, cpu_count=None, cpu_percent=None, nano_cpus=None, volume_driver=None, cpuset_cpus=None, cpu_shares=None, storage_opt=None, blkio_weight=None, blkio_weight_device=None, device_read_bps=None, device_read_iops=None, device_write_bps=None, device_write_iops=None, mounts=None, device_cgroup_rules=None, cpu_period=None, cpu_rt_period=None, cpu_rt_runtime=None) (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker create_host_config -> {'Binds': [], (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Links': [], (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'LogConfig': {'Config': {}, 'Type': ''}, (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'NetworkMode': 'roottestdiskconfiguration_default', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'PortBindings': {}, (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'VolumesFrom': []} (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker create_container <- (image='altinityinfra/s3-proxy', volumes={}, name='roottestdiskconfiguration_proxy1_1', detach=True, ports=['8080', '80', '443'], environment=[], labels={'com.docker.compose.project': 'roottestdiskconfiguration', 'com.docker.compose.service': 'proxy1', 'com.docker.compose.oneoff': 'False', 'com.docker.compose.project.working_dir': '/ClickHouse/tests/integration/compose', 'com.docker.compose.project.config_files': '/ClickHouse/tests/integration/compose/docker_compose_minio.yml', 'com.docker.compose.project.environment_file': '/ClickHouse/tests/integration/test_disk_configuration/_instances_1/.env', 'com.docker.compose.container-number': '1', 'com.docker.compose.version': '1.29.2', 'com.docker.compose.config-hash': '9a1c867744c430b31a7fcfcf27cb055a9b5dcbfe4b060b95e76f578c12370216'}, host_config={'NetworkMode': 'roottestdiskconfiguration_default', 'VolumesFrom': [], 'Binds': [], 'PortBindings': {}, 'Links': [], 'LogConfig': {'Type': '', 'Config': {}}}, networking_config={'EndpointsConfig': {'roottestdiskconfiguration_default': {'Aliases': ['proxy1'], 'IPAMConfig': {}}}}) (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker create_container -> {'Id': '93d9309a3c4cec35da93f93cdbd7caad3f7f28f39237c9d6a7c9b360744d76df', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Warnings': ["The requested image's platform (linux/arm64/v8) does not match " (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'the detected host platform (linux/amd64/v3) and no specific ' (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'platform was requested']} (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker inspect_container <- ('93d9309a3c4cec35da93f93cdbd7caad3f7f28f39237c9d6a7c9b360744d76df') (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker create_container -> {'Id': 'ffaa4f75476064f614751256e3dd924b2bc010ab10e49a1e90bed92855694bc8', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Warnings': ["The requested image's platform (linux/arm64/v8) does not match " (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'the detected host platform (linux/amd64/v3) and no specific ' (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'platform was requested']} (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker inspect_container <- ('ffaa4f75476064f614751256e3dd924b2bc010ab10e49a1e90bed92855694bc8') (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker inspect_container -> {'AppArmorProfile': '', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Args': ['/run.sh'], (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Config': {'AttachStderr': False, (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'AttachStdin': False, (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'AttachStdout': False, (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Cmd': ['/run.sh'], (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Domainname': '', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Entrypoint': ['/docker-entrypoint.sh'], (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Env': ['PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'NGINX_VERSION=1.27.4', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:... (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker disconnect_container_from_network <- ('93d9309a3c4cec35da93f93cdbd7caad3f7f28f39237c9d6a7c9b360744d76df', 'roottestdiskconfiguration_default') (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker inspect_container -> {'AppArmorProfile': '', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Args': ['/run.sh'], (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Config': {'AttachStderr': False, (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'AttachStdin': False, (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'AttachStdout': False, (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Cmd': ['/run.sh'], (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Domainname': '', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Entrypoint': ['/docker-entrypoint.sh'], (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Env': ['PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'NGINX_VERSION=1.27.4', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:... (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker disconnect_container_from_network <- ('ffaa4f75476064f614751256e3dd924b2bc010ab10e49a1e90bed92855694bc8', 'roottestdiskconfiguration_default') (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker disconnect_container_from_network -> None (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker connect_container_to_network <- ('ffaa4f75476064f614751256e3dd924b2bc010ab10e49a1e90bed92855694bc8', 'roottestdiskconfiguration_default', aliases=['proxy1', 'ffaa4f754760'], ipv4_address=None, ipv6_address=None, links=[], link_local_ips=None) (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker disconnect_container_from_network -> None (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker connect_container_to_network <- ('93d9309a3c4cec35da93f93cdbd7caad3f7f28f39237c9d6a7c9b360744d76df', 'roottestdiskconfiguration_default', aliases=['proxy2', '93d9309a3c4c'], ipv4_address=None, ipv6_address=None, links=[], link_local_ips=None) (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker connect_container_to_network -> None (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker start <- ('ffaa4f75476064f614751256e3dd924b2bc010ab10e49a1e90bed92855694bc8') (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker connect_container_to_network -> None (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker start <- ('93d9309a3c4cec35da93f93cdbd7caad3f7f28f39237c9d6a7c9b360744d76df') (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: {, } (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: set() (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: set() (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: {, } (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: set() (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: set() (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: {, } (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: set() (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: set() (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: {, } (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: set() (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: set() (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: {, } (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: set() (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: set() (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker start -> None (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.parallel.parallel_execute_iter: Finished processing: ServiceName(project='roottestdiskconfiguration', service='proxy1', number=1) (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:Creating roottestdiskconfiguration_proxy1_1 ... done (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: set() (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.parallel.parallel_execute_iter: Finished processing: (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: {, } (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker start -> None (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.parallel.parallel_execute_iter: Finished processing: ServiceName(project='roottestdiskconfiguration', service='proxy2', number=1) (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:Creating roottestdiskconfiguration_proxy2_1 ... done (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: set() (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.parallel.parallel_execute_iter: Finished processing: (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: {, } (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.parallel.feed_queue: Starting producer thread for (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers <- (all=True, filters={'label': ['com.docker.compose.project=roottestdiskconfiguration', 'com.docker.compose.service=resolver', 'com.docker.compose.oneoff=False']}) (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.parallel.feed_queue: Starting producer thread for (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers <- (all=True, filters={'label': ['com.docker.compose.project=roottestdiskconfiguration', 'com.docker.compose.service=minio1', 'com.docker.compose.oneoff=False']}) (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers -> (list with 0 items) (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers <- (all=True, filters={'label': ['com.docker.compose.project=roottestdiskconfiguration', 'com.docker.compose.service=resolver', 'com.docker.compose.oneoff=False']}) (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers -> (list with 0 items) (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers <- (all=True, filters={'label': ['com.docker.compose.project=roottestdiskconfiguration', 'com.docker.compose.service=minio1', 'com.docker.compose.oneoff=False']}) (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers -> (list with 0 items) (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:Creating roottestdiskconfiguration_resolver_1 ... (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: {ServiceName(project='roottestdiskconfiguration', service='resolver', number=1)} (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.parallel.feed_queue: Starting producer thread for ServiceName(project='roottestdiskconfiguration', service='resolver', number=1) (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker containers -> (list with 0 items) (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:Creating roottestdiskconfiguration_minio1_1 ... (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: {ServiceName(project='roottestdiskconfiguration', service='minio1', number=1)} (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.parallel.feed_queue: Starting producer thread for ServiceName(project='roottestdiskconfiguration', service='minio1', number=1) (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker inspect_image <- ('minio/minio:RELEASE.2024-07-31T05-46-26Z') (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker inspect_image <- ('altinityinfra/python-bottle:caad4729259e') (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker inspect_image -> {'Architecture': 'amd64', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Author': '', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Comment': 'buildkit.dockerfile.v0', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Config': {'ArgsEscaped': True, (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'AttachStderr': False, (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'AttachStdin': False, (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'AttachStdout': False, (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Cmd': ['minio'], (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Domainname': '', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Entrypoint': ['/usr/bin/docker-entrypoint.sh'], (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:... (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker inspect_image <- ('minio/minio:RELEASE.2024-07-31T05-46-26Z') (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker inspect_image -> {'Architecture': 'amd64', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Author': '', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Comment': 'buildkit.dockerfile.v0', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Config': {'ArgsEscaped': True, (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'AttachStderr': False, (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'AttachStdin': False, (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'AttachStdout': False, (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Cmd': ['python3'], (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Domainname': '', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Entrypoint': None, (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:... (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker inspect_image <- ('altinityinfra/python-bottle:caad4729259e') (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker inspect_image -> {'Architecture': 'amd64', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Author': '', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Comment': 'buildkit.dockerfile.v0', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Config': {'ArgsEscaped': True, (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'AttachStderr': False, (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'AttachStdin': False, (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'AttachStdout': False, (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Cmd': ['minio'], (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Domainname': '', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Entrypoint': ['/usr/bin/docker-entrypoint.sh'], (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:... (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.service.build_container_labels: Added config hash: b300f3501ab59a5e1571f5219b86138962c376415bb436fd39ddce0455d52624 (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker create_host_config <- (links=[], port_bindings={}, binds=['roottestdiskconfiguration_data1-1:/data1:rw', '/ClickHouse/tests/integration/test_disk_configuration/_instances_1/minio/certs:/certs:rw'], volumes_from=[], privileged=False, network_mode='roottestdiskconfiguration_default', devices=None, device_requests=None, dns=None, dns_opt=None, dns_search=None, restart_policy=None, runtime=None, cap_add=None, cap_drop=None, mem_limit=None, mem_reservation=None, memswap_limit=None, ulimits=None, log_config={'Type': '', 'Config': {}}, extra_hosts=None, read_only=None, pid_mode=None, security_opt=None, ipc_mode=None, cgroup_parent=None, cpu_quota=None, shm_size=None, sysctls=None, pids_limit=None, tmpfs=None, oom_kill_disable=None, oom_score_adj=None, mem_swappiness=None, group_add=None, userns_mode=None, init=None, init_path=None, isolation=None, cpu_count=None, cpu_percent=None, nano_cpus=None, volume_driver=None, cpuset_cpus=None, cpu_shares=None, storage_opt=None, blkio_weight=None, blkio_weight_device=None, device_read_bps=None, device_read_iops=None, device_write_bps=None, device_write_iops=None, mounts=None, device_cgroup_rules=None, cpu_period=None, cpu_rt_period=None, cpu_rt_runtime=None) (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker create_host_config -> {'Binds': ['roottestdiskconfiguration_data1-1:/data1:rw', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: '/ClickHouse/tests/integration/test_disk_configuration/_instances_1/minio/certs:/certs:rw'], (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Links': [], (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'LogConfig': {'Config': {}, 'Type': ''}, (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'NetworkMode': 'roottestdiskconfiguration_default', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'PortBindings': {}, (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'VolumesFrom': []} (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker create_container <- (command='server --console-address 127.0.0.1:19001 --address :9001 --certs-dir /certs /data1-1', environment=['MINIO_ACCESS_KEY=minio', 'MINIO_SECRET_KEY=minio123', 'MINIO_PROMETHEUS_AUTH_TYPE=public'], image='minio/minio:RELEASE.2024-07-31T05-46-26Z', volumes={'/data1': {}, '/certs': {}}, name='roottestdiskconfiguration_minio1_1', detach=True, ports=['9001'], labels={'com.docker.compose.project': 'roottestdiskconfiguration', 'com.docker.compose.service': 'minio1', 'com.docker.compose.oneoff': 'False', 'com.docker.compose.project.working_dir': '/ClickHouse/tests/integration/compose', 'com.docker.compose.project.config_files': '/ClickHouse/tests/integration/compose/docker_compose_minio.yml', 'com.docker.compose.project.environment_file': '/ClickHouse/tests/integration/test_disk_configuration/_instances_1/.env', 'com.docker.compose.container-number': '1', 'com.docker.compose.version': '1.29.2', 'com.docker.compose.config-hash': 'b300f3501ab59a5e1571f5219b86138962c376415bb436fd39ddce0455d52624'}, host_config={'NetworkMode': 'roottestdiskconfiguration_default', 'VolumesFrom': [], 'Binds': ['roottestdiskconfiguration_data1-1:/data1:rw', '/ClickHouse/tests/integration/test_disk_configuration/_instances_1/minio/certs:/certs:rw'], 'PortBindings': {}, 'Links': [], 'LogConfig': {'Type': '', 'Config': {}}}, networking_config={'EndpointsConfig': {'roottestdiskconfiguration_default': {'Aliases': ['minio1'], 'IPAMConfig': {}}}}) (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker inspect_image -> {'Architecture': 'amd64', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Author': '', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Comment': 'buildkit.dockerfile.v0', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Config': {'ArgsEscaped': True, (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'AttachStderr': False, (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'AttachStdin': False, (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'AttachStdout': False, (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Cmd': ['python3'], (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Domainname': '', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Entrypoint': None, (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:... (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.service.build_container_labels: Added config hash: 557b0390fb678e762f15f9972037e7acde7c7bec0d30d2a6457f5da9f5fbbc46 (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker create_host_config <- (links=[], port_bindings={}, binds=[], volumes_from=[], privileged=False, network_mode='roottestdiskconfiguration_default', devices=None, device_requests=None, dns=None, dns_opt=None, dns_search=None, restart_policy=None, runtime=None, cap_add=None, cap_drop=None, mem_limit=None, mem_reservation=None, memswap_limit=None, ulimits=None, log_config={'Type': '', 'Config': {}}, extra_hosts=None, read_only=None, pid_mode=None, security_opt=None, ipc_mode=None, cgroup_parent=None, cpu_quota=None, shm_size=None, sysctls=None, pids_limit=None, tmpfs=None, oom_kill_disable=None, oom_score_adj=None, mem_swappiness=None, group_add=None, userns_mode=None, init=None, init_path=None, isolation=None, cpu_count=None, cpu_percent=None, nano_cpus=None, volume_driver=None, cpuset_cpus=None, cpu_shares=None, storage_opt=None, blkio_weight=None, blkio_weight_device=None, device_read_bps=None, device_read_iops=None, device_write_bps=None, device_write_iops=None, mounts=None, device_cgroup_rules=None, cpu_period=None, cpu_rt_period=None, cpu_rt_runtime=None) (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker create_host_config -> {'Binds': [], (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Links': [], (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'LogConfig': {'Config': {}, 'Type': ''}, (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'NetworkMode': 'roottestdiskconfiguration_default', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'PortBindings': {}, (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'VolumesFrom': []} (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker create_container <- (image='altinityinfra/python-bottle:caad4729259e', tty=True, volumes={}, name='roottestdiskconfiguration_resolver_1', detach=True, ports=['8080'], environment=[], labels={'com.docker.compose.project': 'roottestdiskconfiguration', 'com.docker.compose.service': 'resolver', 'com.docker.compose.oneoff': 'False', 'com.docker.compose.project.working_dir': '/ClickHouse/tests/integration/compose', 'com.docker.compose.project.config_files': '/ClickHouse/tests/integration/compose/docker_compose_minio.yml', 'com.docker.compose.project.environment_file': '/ClickHouse/tests/integration/test_disk_configuration/_instances_1/.env', 'com.docker.compose.container-number': '1', 'com.docker.compose.version': '1.29.2', 'com.docker.compose.config-hash': '557b0390fb678e762f15f9972037e7acde7c7bec0d30d2a6457f5da9f5fbbc46'}, host_config={'NetworkMode': 'roottestdiskconfiguration_default', 'VolumesFrom': [], 'Binds': [], 'PortBindings': {}, 'Links': [], 'LogConfig': {'Type': '', 'Config': {}}}, networking_config={'EndpointsConfig': {'roottestdiskconfiguration_default': {'Aliases': ['resolver'], 'IPAMConfig': {}}}}) (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker create_container -> {'Id': '0bb464c4c9d1c54398b0ff9e263fccb316506bc81d7d09a3f095dea0a7494508', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Warnings': []} (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker inspect_container <- ('0bb464c4c9d1c54398b0ff9e263fccb316506bc81d7d09a3f095dea0a7494508') (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker create_container -> {'Id': '2669df6fbb9b98defcf5c14594e0558cc573e2d3a72eeb3081839c6e5378c7dc', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Warnings': []} (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker inspect_container <- ('2669df6fbb9b98defcf5c14594e0558cc573e2d3a72eeb3081839c6e5378c7dc') (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker inspect_container -> {'AppArmorProfile': '', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Args': ['server', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: '--console-address', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: '127.0.0.1:19001', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: '--address', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: ':9001', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: '--certs-dir', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: '/certs', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: '/data1-1'], (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Config': {'AttachStderr': False, (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:... (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker disconnect_container_from_network <- ('2669df6fbb9b98defcf5c14594e0558cc573e2d3a72eeb3081839c6e5378c7dc', 'roottestdiskconfiguration_default') (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker inspect_container -> {'AppArmorProfile': '', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Args': [], (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Config': {'AttachStderr': False, (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'AttachStdin': False, (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'AttachStdout': False, (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Cmd': ['python3'], (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Domainname': '', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Entrypoint': None, (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'Env': ['PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr: 'GPG_KEY=7169605F62C751356D054A26A821E680E5FA6305', (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:... (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker disconnect_container_from_network <- ('0bb464c4c9d1c54398b0ff9e263fccb316506bc81d7d09a3f095dea0a7494508', 'roottestdiskconfiguration_default') (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker disconnect_container_from_network -> None (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker connect_container_to_network <- ('2669df6fbb9b98defcf5c14594e0558cc573e2d3a72eeb3081839c6e5378c7dc', 'roottestdiskconfiguration_default', aliases=['2669df6fbb9b', 'minio1'], ipv4_address=None, ipv6_address=None, links=[], link_local_ips=None) (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker disconnect_container_from_network -> None (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker connect_container_to_network <- ('0bb464c4c9d1c54398b0ff9e263fccb316506bc81d7d09a3f095dea0a7494508', 'roottestdiskconfiguration_default', aliases=['resolver', '0bb464c4c9d1'], ipv4_address=None, ipv6_address=None, links=[], link_local_ips=None) (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker connect_container_to_network -> None (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker start <- ('2669df6fbb9b98defcf5c14594e0558cc573e2d3a72eeb3081839c6e5378c7dc') (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker connect_container_to_network -> None (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker start <- ('0bb464c4c9d1c54398b0ff9e263fccb316506bc81d7d09a3f095dea0a7494508') (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: set() (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: set() (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: set() (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: set() (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: set() (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: set() (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: set() (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: set() (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: set() (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: set() (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: set() (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: set() (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: set() (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: set() (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: set() (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: set() (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: set() (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: set() (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker start -> None (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.parallel.parallel_execute_iter: Finished processing: ServiceName(project='roottestdiskconfiguration', service='resolver', number=1) (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:Creating roottestdiskconfiguration_resolver_1 ... done (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: set() (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.parallel.parallel_execute_iter: Finished processing: (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: set() (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.cli.verbose_proxy.proxy_callable: docker start -> None (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.parallel.parallel_execute_iter: Finished processing: ServiceName(project='roottestdiskconfiguration', service='minio1', number=1) (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:Creating roottestdiskconfiguration_minio1_1 ... done (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: set() (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.parallel.parallel_execute_iter: Finished processing: (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] DEBUG : Stderr:compose.parallel.feed_queue: Pending: set() (cluster.py:123, run_and_check) 2025-04-09 21:30:53 [ 510 ] INFO : Trying to connect to Minio... (cluster.py:3093, start) 2025-04-09 21:30:53 [ 510 ] DEBUG : get_instance_ip instance_name=minio1 (cluster.py:2135, get_instance_ip) 2025-04-09 21:30:53 [ 510 ] DEBUG : http://localhost:None "GET /v1.42/containers/roottestdiskconfiguration_minio1_1/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2025-04-09 21:30:53 [ 510 ] DEBUG : get_instance_ip instance_name=proxy1 (cluster.py:2135, get_instance_ip) 2025-04-09 21:30:53 [ 510 ] DEBUG : http://localhost:None "GET /v1.42/containers/roottestdiskconfiguration_proxy1_1/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2025-04-09 21:30:53 [ 510 ] DEBUG : Starting new HTTP connection (1): 172.16.1.7:9001 (connectionpool.py:245, _new_conn) 2025-04-09 21:30:53 [ 510 ] DEBUG : Incremented Retry for (url='/'): Retry(total=2, connect=None, read=None, redirect=None, status=None) (retry.py:517, increment) 2025-04-09 21:30:53 [ 510 ] WARNING : Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')': / (connectionpool.py:872, urlopen) 2025-04-09 21:30:53 [ 510 ] DEBUG : Starting new HTTP connection (2): 172.16.1.7:9001 (connectionpool.py:245, _new_conn) 2025-04-09 21:30:53 [ 510 ] DEBUG : Incremented Retry for (url='/'): Retry(total=1, connect=None, read=None, redirect=None, status=None) (retry.py:517, increment) 2025-04-09 21:30:53 [ 510 ] WARNING : Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')': / (connectionpool.py:872, urlopen) 2025-04-09 21:30:53 [ 510 ] DEBUG : Starting new HTTP connection (3): 172.16.1.7:9001 (connectionpool.py:245, _new_conn) 2025-04-09 21:30:53 [ 510 ] DEBUG : Incremented Retry for (url='/'): Retry(total=0, connect=None, read=None, redirect=None, status=None) (retry.py:517, increment) 2025-04-09 21:30:53 [ 510 ] WARNING : Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')': / (connectionpool.py:872, urlopen) 2025-04-09 21:30:53 [ 510 ] DEBUG : Starting new HTTP connection (4): 172.16.1.7:9001 (connectionpool.py:245, _new_conn) 2025-04-09 21:30:53 [ 510 ] DEBUG : Can't connect to Minio: HTTPConnectionPool(host='172.16.1.7', port=9001): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) (cluster.py:2669, wait_minio_to_start) 2025-04-09 21:30:54 [ 510 ] DEBUG : Starting new HTTP connection (5): 172.16.1.7:9001 (connectionpool.py:245, _new_conn) 2025-04-09 21:30:54 [ 510 ] DEBUG : http://172.16.1.7:9001 "GET / HTTP/1.1" 200 0 (connectionpool.py:547, _make_request) 2025-04-09 21:30:54 [ 510 ] DEBUG : Connected to Minio. (cluster.py:2649, wait_minio_to_start) 2025-04-09 21:30:54 [ 510 ] DEBUG : http://172.16.1.7:9001 "GET /root?location= HTTP/1.1" 404 0 (connectionpool.py:547, _make_request) 2025-04-09 21:30:54 [ 510 ] DEBUG : http://172.16.1.7:9001 "PUT /root HTTP/1.1" 200 0 (connectionpool.py:547, _make_request) 2025-04-09 21:30:54 [ 510 ] DEBUG : S3 bucket 'root' created (cluster.py:2664, wait_minio_to_start) 2025-04-09 21:30:54 [ 510 ] DEBUG : http://172.16.1.7:9001 "GET /root2?location= HTTP/1.1" 404 0 (connectionpool.py:547, _make_request) 2025-04-09 21:30:54 [ 510 ] DEBUG : http://172.16.1.7:9001 "PUT /root2 HTTP/1.1" 200 0 (connectionpool.py:547, _make_request) 2025-04-09 21:30:54 [ 510 ] DEBUG : S3 bucket 'root2' created (cluster.py:2664, wait_minio_to_start) 2025-04-09 21:30:54 [ 510 ] DEBUG : ('Trying to create ClickHouse instance by command %s', 'docker-compose --env-file /ClickHouse/tests/integration/test_disk_configuration/_instances_1/.env --project-name roottestdiskconfiguration --file /ClickHouse/tests/integration/test_disk_configuration/_instances_1/node1/docker-compose.yml --file /ClickHouse/tests/integration/helpers/../../../tests/integration/compose/docker_compose_keeper.yml --file /ClickHouse/tests/integration/helpers/../../../tests/integration/compose/docker_compose_minio.yml --file /ClickHouse/tests/integration/test_disk_configuration/_instances_1/node2/docker-compose.yml --file /ClickHouse/tests/integration/test_disk_configuration/_instances_1/node3/docker-compose.yml up -d --no-recreate') (cluster.py:3146, start) 2025-04-09 21:30:54 [ 510 ] DEBUG : Command:['docker-compose', '--env-file', '/ClickHouse/tests/integration/test_disk_configuration/_instances_1/.env', '--project-name', 'roottestdiskconfiguration', '--file', '/ClickHouse/tests/integration/test_disk_configuration/_instances_1/node1/docker-compose.yml', '--file', '/ClickHouse/tests/integration/helpers/../../../tests/integration/compose/docker_compose_keeper.yml', '--file', '/ClickHouse/tests/integration/helpers/../../../tests/integration/compose/docker_compose_minio.yml', '--file', '/ClickHouse/tests/integration/test_disk_configuration/_instances_1/node2/docker-compose.yml', '--file', '/ClickHouse/tests/integration/test_disk_configuration/_instances_1/node3/docker-compose.yml', 'up', '-d', '--no-recreate'] (cluster.py:113, run_and_check) 2025-04-09 21:30:55 [ 510 ] DEBUG : Stderr:Creating roottestdiskconfiguration_node3_1 ... (cluster.py:123, run_and_check) 2025-04-09 21:30:55 [ 510 ] DEBUG : Stderr:Creating roottestdiskconfiguration_node1_1 ... (cluster.py:123, run_and_check) 2025-04-09 21:30:55 [ 510 ] DEBUG : Stderr:Creating roottestdiskconfiguration_node2_1 ... (cluster.py:123, run_and_check) 2025-04-09 21:30:55 [ 510 ] DEBUG : Stderr:Creating roottestdiskconfiguration_node2_1 ... done (cluster.py:123, run_and_check) 2025-04-09 21:30:55 [ 510 ] DEBUG : Stderr:Creating roottestdiskconfiguration_node1_1 ... done (cluster.py:123, run_and_check) 2025-04-09 21:30:55 [ 510 ] DEBUG : Stderr:Creating roottestdiskconfiguration_node3_1 ... done (cluster.py:123, run_and_check) 2025-04-09 21:30:55 [ 510 ] DEBUG : ClickHouse instance created (cluster.py:3154, start) 2025-04-09 21:30:55 [ 510 ] DEBUG : get_instance_ip instance_name=node1 (cluster.py:2135, get_instance_ip) 2025-04-09 21:30:55 [ 510 ] DEBUG : http://localhost:None "GET /v1.42/containers/roottestdiskconfiguration_node1_1/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2025-04-09 21:30:55 [ 510 ] DEBUG : Waiting for ClickHouse start in node1, ip: 172.16.1.9... (cluster.py:3161, start) 2025-04-09 21:30:55 [ 510 ] DEBUG : http://localhost:None "GET /v1.42/containers/roottestdiskconfiguration_node1_1/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2025-04-09 21:30:55 [ 510 ] DEBUG : http://localhost:None "GET /v1.42/containers/d5a0a809f9bf21caf6d069d20fc00c2f55975402a28fc4efae44be57a5dc36a1/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2025-04-09 21:30:55 [ 510 ] DEBUG : http://localhost:None "GET /v1.42/containers/d5a0a809f9bf21caf6d069d20fc00c2f55975402a28fc4efae44be57a5dc36a1/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2025-04-09 21:30:55 [ 510 ] DEBUG : http://localhost:None "GET /v1.42/containers/d5a0a809f9bf21caf6d069d20fc00c2f55975402a28fc4efae44be57a5dc36a1/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2025-04-09 21:30:55 [ 510 ] DEBUG : http://localhost:None "GET /v1.42/containers/d5a0a809f9bf21caf6d069d20fc00c2f55975402a28fc4efae44be57a5dc36a1/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2025-04-09 21:30:56 [ 510 ] DEBUG : http://localhost:None "GET /v1.42/containers/d5a0a809f9bf21caf6d069d20fc00c2f55975402a28fc4efae44be57a5dc36a1/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2025-04-09 21:30:56 [ 510 ] DEBUG : http://localhost:None "GET /v1.42/containers/d5a0a809f9bf21caf6d069d20fc00c2f55975402a28fc4efae44be57a5dc36a1/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2025-04-09 21:30:56 [ 510 ] DEBUG : http://localhost:None "GET /v1.42/containers/d5a0a809f9bf21caf6d069d20fc00c2f55975402a28fc4efae44be57a5dc36a1/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2025-04-09 21:30:56 [ 510 ] DEBUG : http://localhost:None "GET /v1.42/containers/d5a0a809f9bf21caf6d069d20fc00c2f55975402a28fc4efae44be57a5dc36a1/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2025-04-09 21:30:56 [ 510 ] DEBUG : http://localhost:None "GET /v1.42/containers/d5a0a809f9bf21caf6d069d20fc00c2f55975402a28fc4efae44be57a5dc36a1/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2025-04-09 21:30:56 [ 510 ] DEBUG : http://localhost:None "GET /v1.42/containers/d5a0a809f9bf21caf6d069d20fc00c2f55975402a28fc4efae44be57a5dc36a1/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2025-04-09 21:30:56 [ 510 ] DEBUG : http://localhost:None "GET /v1.42/containers/d5a0a809f9bf21caf6d069d20fc00c2f55975402a28fc4efae44be57a5dc36a1/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2025-04-09 21:30:56 [ 510 ] DEBUG : http://localhost:None "GET /v1.42/containers/d5a0a809f9bf21caf6d069d20fc00c2f55975402a28fc4efae44be57a5dc36a1/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2025-04-09 21:30:56 [ 510 ] DEBUG : ClickHouse node1 started (cluster.py:3165, start) 2025-04-09 21:30:56 [ 510 ] DEBUG : get_instance_ip instance_name=node2 (cluster.py:2135, get_instance_ip) 2025-04-09 21:30:56 [ 510 ] DEBUG : http://localhost:None "GET /v1.42/containers/roottestdiskconfiguration_node2_1/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2025-04-09 21:30:56 [ 510 ] DEBUG : Waiting for ClickHouse start in node2, ip: 172.16.1.11... (cluster.py:3161, start) 2025-04-09 21:30:56 [ 510 ] DEBUG : http://localhost:None "GET /v1.42/containers/roottestdiskconfiguration_node2_1/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2025-04-09 21:30:56 [ 510 ] DEBUG : http://localhost:None "GET /v1.42/containers/762d6b9d786f4b7dcd302a1ba7419090d6efb7bc8621c76ceaafdc4340973af0/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2025-04-09 21:30:56 [ 510 ] DEBUG : ClickHouse node2 started (cluster.py:3165, start) 2025-04-09 21:30:56 [ 510 ] DEBUG : get_instance_ip instance_name=node3 (cluster.py:2135, get_instance_ip) 2025-04-09 21:30:56 [ 510 ] DEBUG : http://localhost:None "GET /v1.42/containers/roottestdiskconfiguration_node3_1/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2025-04-09 21:30:56 [ 510 ] DEBUG : Waiting for ClickHouse start in node3, ip: 172.16.1.10... (cluster.py:3161, start) 2025-04-09 21:30:56 [ 510 ] DEBUG : http://localhost:None "GET /v1.42/containers/roottestdiskconfiguration_node3_1/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2025-04-09 21:30:56 [ 510 ] DEBUG : http://localhost:None "GET /v1.42/containers/2c421205af40708e8e79a0b1307d1db9f51bfd909a3cb1a096833dd3f4e0b1a7/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2025-04-09 21:30:56 [ 510 ] DEBUG : ClickHouse node3 started (cluster.py:3165, start) ------------------------------ Captured log call ------------------------------- 2025-04-09 21:30:56 [ 510 ] DEBUG : http://172.16.1.7:9001 "GET /root?delimiter=&encoding-type=url&list-type=2&max-keys=1000&prefix=data%2F HTTP/1.1" 200 0 (connectionpool.py:547, _make_request) 2025-04-09 21:30:56 [ 510 ] DEBUG : http://172.16.1.7:9001 "GET /root?delimiter=&encoding-type=url&list-type=2&max-keys=1000&prefix=data%2F HTTP/1.1" 200 0 (connectionpool.py:547, _make_request) ---------------------------- Captured log teardown ----------------------------- 2025-04-09 21:30:57 [ 510 ] DEBUG : Command:['docker-compose', '--env-file', '/ClickHouse/tests/integration/test_disk_configuration/_instances_1/.env', '--project-name', 'roottestdiskconfiguration', '--file', '/ClickHouse/tests/integration/test_disk_configuration/_instances_1/node1/docker-compose.yml', '--file', '/ClickHouse/tests/integration/helpers/../../../tests/integration/compose/docker_compose_keeper.yml', '--file', '/ClickHouse/tests/integration/helpers/../../../tests/integration/compose/docker_compose_minio.yml', '--file', '/ClickHouse/tests/integration/test_disk_configuration/_instances_1/node2/docker-compose.yml', '--file', '/ClickHouse/tests/integration/test_disk_configuration/_instances_1/node3/docker-compose.yml', 'stop', '--timeout', '20'] (cluster.py:113, run_and_check) 2025-04-09 21:31:18 [ 510 ] DEBUG : Stderr:Stopping roottestdiskconfiguration_node2_1 ... (cluster.py:123, run_and_check) 2025-04-09 21:31:18 [ 510 ] DEBUG : Stderr:Stopping roottestdiskconfiguration_node3_1 ... (cluster.py:123, run_and_check) 2025-04-09 21:31:18 [ 510 ] DEBUG : Stderr:Stopping roottestdiskconfiguration_node1_1 ... (cluster.py:123, run_and_check) 2025-04-09 21:31:18 [ 510 ] DEBUG : Stderr:Stopping roottestdiskconfiguration_resolver_1 ... (cluster.py:123, run_and_check) 2025-04-09 21:31:18 [ 510 ] DEBUG : Stderr:Stopping roottestdiskconfiguration_minio1_1 ... (cluster.py:123, run_and_check) 2025-04-09 21:31:18 [ 510 ] DEBUG : Stderr:Stopping roottestdiskconfiguration_proxy1_1 ... (cluster.py:123, run_and_check) 2025-04-09 21:31:18 [ 510 ] DEBUG : Stderr:Stopping roottestdiskconfiguration_proxy2_1 ... (cluster.py:123, run_and_check) 2025-04-09 21:31:18 [ 510 ] DEBUG : Stderr:Stopping roottestdiskconfiguration_zoo1_1 ... (cluster.py:123, run_and_check) 2025-04-09 21:31:18 [ 510 ] DEBUG : Stderr:Stopping roottestdiskconfiguration_zoo3_1 ... (cluster.py:123, run_and_check) 2025-04-09 21:31:18 [ 510 ] DEBUG : Stderr:Stopping roottestdiskconfiguration_zoo2_1 ... (cluster.py:123, run_and_check) 2025-04-09 21:31:18 [ 510 ] DEBUG : Stderr:Stopping roottestdiskconfiguration_node1_1 ... done (cluster.py:123, run_and_check) 2025-04-09 21:31:18 [ 510 ] DEBUG : Stderr:Stopping roottestdiskconfiguration_node3_1 ... done (cluster.py:123, run_and_check) 2025-04-09 21:31:18 [ 510 ] DEBUG : Stderr:Stopping roottestdiskconfiguration_node2_1 ... done (cluster.py:123, run_and_check) 2025-04-09 21:31:18 [ 510 ] DEBUG : Stderr:Stopping roottestdiskconfiguration_minio1_1 ... done (cluster.py:123, run_and_check) 2025-04-09 21:31:18 [ 510 ] DEBUG : Stderr:Stopping roottestdiskconfiguration_zoo2_1 ... done (cluster.py:123, run_and_check) 2025-04-09 21:31:18 [ 510 ] DEBUG : Stderr:Stopping roottestdiskconfiguration_zoo1_1 ... done (cluster.py:123, run_and_check) 2025-04-09 21:31:18 [ 510 ] DEBUG : Stderr:Stopping roottestdiskconfiguration_zoo3_1 ... done (cluster.py:123, run_and_check) 2025-04-09 21:31:18 [ 510 ] DEBUG : Stderr:Stopping roottestdiskconfiguration_resolver_1 ... done (cluster.py:123, run_and_check) 2025-04-09 21:31:18 [ 510 ] DEBUG : Stderr:Stopping roottestdiskconfiguration_proxy2_1 ... done (cluster.py:123, run_and_check) 2025-04-09 21:31:18 [ 510 ] DEBUG : Stderr:Stopping roottestdiskconfiguration_proxy1_1 ... done (cluster.py:123, run_and_check) 2025-04-09 21:31:18 [ 510 ] DEBUG : Command:['bash', '-c', '[ -f /ClickHouse/tests/integration/test_disk_configuration/_instances_1/node1/logs/stderr.log ] && zgrep -aH "==================" /ClickHouse/tests/integration/test_disk_configuration/_instances_1/node1/logs/stderr.log* | ( [ -z "" ] && cat || grep -v "$" ) || true'] (cluster.py:113, run_and_check) 2025-04-09 21:31:18 [ 510 ] DEBUG : Command:['bash', '-c', '[ -f /ClickHouse/tests/integration/test_disk_configuration/_instances_1/node2/logs/stderr.log ] && zgrep -aH "==================" /ClickHouse/tests/integration/test_disk_configuration/_instances_1/node2/logs/stderr.log* | ( [ -z "" ] && cat || grep -v "$" ) || true'] (cluster.py:113, run_and_check) 2025-04-09 21:31:18 [ 510 ] DEBUG : Command:['bash', '-c', '[ -f /ClickHouse/tests/integration/test_disk_configuration/_instances_1/node3/logs/stderr.log ] && zgrep -aH "==================" /ClickHouse/tests/integration/test_disk_configuration/_instances_1/node3/logs/stderr.log* | ( [ -z "" ] && cat || grep -v "$" ) || true'] (cluster.py:113, run_and_check) 2025-04-09 21:31:18 [ 510 ] DEBUG : Command:['docker-compose', '--env-file', '/ClickHouse/tests/integration/test_disk_configuration/_instances_1/.env', '--project-name', 'roottestdiskconfiguration', '--file', '/ClickHouse/tests/integration/test_disk_configuration/_instances_1/node1/docker-compose.yml', '--file', '/ClickHouse/tests/integration/helpers/../../../tests/integration/compose/docker_compose_keeper.yml', '--file', '/ClickHouse/tests/integration/helpers/../../../tests/integration/compose/docker_compose_minio.yml', '--file', '/ClickHouse/tests/integration/test_disk_configuration/_instances_1/node2/docker-compose.yml', '--file', '/ClickHouse/tests/integration/test_disk_configuration/_instances_1/node3/docker-compose.yml', 'down', '--volumes'] (cluster.py:113, run_and_check) 2025-04-09 21:31:19 [ 510 ] DEBUG : Stderr:Removing roottestdiskconfiguration_node2_1 ... (cluster.py:123, run_and_check) 2025-04-09 21:31:19 [ 510 ] DEBUG : Stderr:Removing roottestdiskconfiguration_node3_1 ... (cluster.py:123, run_and_check) 2025-04-09 21:31:19 [ 510 ] DEBUG : Stderr:Removing roottestdiskconfiguration_node1_1 ... (cluster.py:123, run_and_check) 2025-04-09 21:31:19 [ 510 ] DEBUG : Stderr:Removing roottestdiskconfiguration_resolver_1 ... (cluster.py:123, run_and_check) 2025-04-09 21:31:19 [ 510 ] DEBUG : Stderr:Removing roottestdiskconfiguration_minio1_1 ... (cluster.py:123, run_and_check) 2025-04-09 21:31:19 [ 510 ] DEBUG : Stderr:Removing roottestdiskconfiguration_proxy1_1 ... (cluster.py:123, run_and_check) 2025-04-09 21:31:19 [ 510 ] DEBUG : Stderr:Removing roottestdiskconfiguration_proxy2_1 ... (cluster.py:123, run_and_check) 2025-04-09 21:31:19 [ 510 ] DEBUG : Stderr:Removing roottestdiskconfiguration_zoo1_1 ... (cluster.py:123, run_and_check) 2025-04-09 21:31:19 [ 510 ] DEBUG : Stderr:Removing roottestdiskconfiguration_zoo3_1 ... (cluster.py:123, run_and_check) 2025-04-09 21:31:19 [ 510 ] DEBUG : Stderr:Removing roottestdiskconfiguration_zoo2_1 ... (cluster.py:123, run_and_check) 2025-04-09 21:31:19 [ 510 ] DEBUG : Stderr:Removing roottestdiskconfiguration_node2_1 ... done (cluster.py:123, run_and_check) 2025-04-09 21:31:19 [ 510 ] DEBUG : Stderr:Removing roottestdiskconfiguration_node1_1 ... done (cluster.py:123, run_and_check) 2025-04-09 21:31:19 [ 510 ] DEBUG : Stderr:Removing roottestdiskconfiguration_resolver_1 ... done (cluster.py:123, run_and_check) 2025-04-09 21:31:19 [ 510 ] DEBUG : Stderr:Removing roottestdiskconfiguration_minio1_1 ... done (cluster.py:123, run_and_check) 2025-04-09 21:31:19 [ 510 ] DEBUG : Stderr:Removing roottestdiskconfiguration_zoo1_1 ... done (cluster.py:123, run_and_check) 2025-04-09 21:31:19 [ 510 ] DEBUG : Stderr:Removing roottestdiskconfiguration_zoo3_1 ... done (cluster.py:123, run_and_check) 2025-04-09 21:31:19 [ 510 ] DEBUG : Stderr:Removing roottestdiskconfiguration_node3_1 ... done (cluster.py:123, run_and_check) 2025-04-09 21:31:19 [ 510 ] DEBUG : Stderr:Removing roottestdiskconfiguration_zoo2_1 ... done (cluster.py:123, run_and_check) 2025-04-09 21:31:19 [ 510 ] DEBUG : Stderr:Removing roottestdiskconfiguration_proxy2_1 ... done (cluster.py:123, run_and_check) 2025-04-09 21:31:19 [ 510 ] DEBUG : Stderr:Removing roottestdiskconfiguration_proxy1_1 ... done (cluster.py:123, run_and_check) 2025-04-09 21:31:19 [ 510 ] DEBUG : Stderr:Removing network roottestdiskconfiguration_default (cluster.py:123, run_and_check) 2025-04-09 21:31:19 [ 510 ] DEBUG : Stderr:Removing volume roottestdiskconfiguration_data1-1 (cluster.py:123, run_and_check) 2025-04-09 21:31:19 [ 510 ] DEBUG : Cleanup called (cluster.py:876, cleanup) 2025-04-09 21:31:19 [ 510 ] DEBUG : Docker networks for project roottestdiskconfiguration are NETWORK ID NAME DRIVER SCOPE (cluster.py:855, print_all_docker_pieces) 2025-04-09 21:31:19 [ 510 ] DEBUG : Docker containers for project roottestdiskconfiguration are CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES (cluster.py:863, print_all_docker_pieces) 2025-04-09 21:31:19 [ 510 ] DEBUG : Docker volumes for project roottestdiskconfiguration are DRIVER VOLUME NAME (cluster.py:871, print_all_docker_pieces) 2025-04-09 21:31:19 [ 510 ] DEBUG : Command:docker container list --all --filter name='^/roottestdiskconfiguration_.*_1$' --format '{{.ID}}:{{.Names}}' (cluster.py:113, run_and_check) 2025-04-09 21:31:19 [ 510 ] DEBUG : Unstopped containers: {} (cluster.py:890, cleanup) 2025-04-09 21:31:19 [ 510 ] DEBUG : No running containers for project: roottestdiskconfiguration (cluster.py:904, cleanup) 2025-04-09 21:31:19 [ 510 ] DEBUG : Trying to prune unused networks... (cluster.py:910, cleanup) 2025-04-09 21:31:19 [ 510 ] DEBUG : Trying to prune unused images... (cluster.py:926, cleanup) 2025-04-09 21:31:19 [ 510 ] DEBUG : Command:['docker', 'image', 'prune', '-f'] (cluster.py:113, run_and_check) 2025-04-09 21:31:19 [ 510 ] DEBUG : Stdout:Total reclaimed space: 0B (cluster.py:121, run_and_check) 2025-04-09 21:31:19 [ 510 ] DEBUG : Images pruned (cluster.py:929, cleanup) 2025-04-09 21:31:19 [ 510 ] DEBUG : Trying to prune unused volumes... (cluster.py:935, cleanup) 2025-04-09 21:31:19 [ 510 ] DEBUG : Command:['docker volume ls | wc -l'] (cluster.py:113, run_and_check) 2025-04-09 21:31:19 [ 510 ] DEBUG : Stdout:1 (cluster.py:121, run_and_check) ============================== slowest durations =============================== 30.67s setup test_disk_configuration/test.py::test_merge_tree_nested_custom_disk_setting 29.49s setup test_parallel_replicas_all_marks_read/test.py::test_number_of_marks_read[1-10-1000-SELECT sum(cityHash64(*)) FROM {table_name} WHERE intDiv(key, 100) IN {rand_set}] 22.48s teardown test_disk_configuration/test.py::test_merge_tree_nested_custom_disk_setting 22.21s teardown test_merge_tree_check_part_with_cache/test.py::test_check_part_with_cache 15.97s setup test_merge_tree_check_part_with_cache/test.py::test_check_part_with_cache 5.51s teardown test_parallel_replicas_all_marks_read/test.py::test_number_of_marks_read[1-10-100000-SELECT sum(cityHash64(*)) FROM {table_name} WHERE intDiv(key, 100) IN {rand_set}] 0.22s call test_parallel_replicas_all_marks_read/test.py::test_number_of_marks_read[1-10-1000-SELECT sum(cityHash64(*)) FROM {table_name} WHERE intDiv(key, 100) IN {rand_set}] 0.22s call test_merge_tree_check_part_with_cache/test.py::test_check_part_with_cache 0.17s call test_parallel_replicas_all_marks_read/test.py::test_number_of_marks_read[1-10-100000-SELECT sum(cityHash64(*)) FROM {table_name} WHERE intDiv(key, 100) IN {rand_set}] 0.17s call test_parallel_replicas_all_marks_read/test.py::test_number_of_marks_read[1-10-1000-SELECT sum(cityHash64(*)) FROM {table_name}] 0.17s call test_parallel_replicas_all_marks_read/test.py::test_number_of_marks_read[1-10-10000-SELECT sum(cityHash64(*)) FROM {table_name}] 0.17s call test_parallel_replicas_all_marks_read/test.py::test_number_of_marks_read[1-10-10000-SELECT sum(cityHash64(*)) FROM {table_name} WHERE intDiv(key, 100) IN {rand_set}] 0.01s call test_disk_configuration/test.py::test_merge_tree_nested_custom_disk_setting 0.00s teardown test_parallel_replicas_all_marks_read/test.py::test_number_of_marks_read[1-10-1000-SELECT sum(cityHash64(*)) FROM {table_name} WHERE intDiv(key, 100) IN {rand_set}] 0.00s setup test_parallel_replicas_all_marks_read/test.py::test_number_of_marks_read[1-10-100000-SELECT sum(cityHash64(*)) FROM {table_name} WHERE intDiv(key, 100) IN {rand_set}] 0.00s setup test_parallel_replicas_all_marks_read/test.py::test_number_of_marks_read[1-10-1000-SELECT sum(cityHash64(*)) FROM {table_name}] 0.00s setup test_parallel_replicas_all_marks_read/test.py::test_number_of_marks_read[1-10-10000-SELECT sum(cityHash64(*)) FROM {table_name} WHERE intDiv(key, 100) IN {rand_set}] 0.00s setup test_parallel_replicas_all_marks_read/test.py::test_number_of_marks_read[1-10-10000-SELECT sum(cityHash64(*)) FROM {table_name}] 0.00s teardown test_parallel_replicas_all_marks_read/test.py::test_number_of_marks_read[1-10-10000-SELECT sum(cityHash64(*)) FROM {table_name}] 0.00s teardown test_parallel_replicas_all_marks_read/test.py::test_number_of_marks_read[1-10-1000-SELECT sum(cityHash64(*)) FROM {table_name}] 0.00s teardown test_parallel_replicas_all_marks_read/test.py::test_number_of_marks_read[1-10-10000-SELECT sum(cityHash64(*)) FROM {table_name} WHERE intDiv(key, 100) IN {rand_set}] =========================== short test summary info ============================ FAILED test_disk_configuration/test.py::test_merge_tree_nested_custom_disk_setting SKIPPED [1] test_merge_tree_check_part_with_cache/test.py:26: Skip with debug build and sanitizers. This test manually corrupts cache which triggers LOGICAL_ERROR and leads to crash with those builds SKIPPED [5] test_parallel_replicas_all_marks_read/test.py:135: Disabled for sanitizers (too slow) =================== 1 failed, 6 skipped in 127.51s (0:02:07) =================== Traceback (most recent call last): File "/home/ubuntu/_work/ClickHouse/ClickHouse/tests/integration/./runner", line 445, in subprocess.check_call(cmd, shell=True) File "/usr/lib/python3.10/subprocess.py", line 369, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command 'docker run --rm --name clickhouse_integration_tests_sbiijs --privileged --dns-search='.' --volume=/home/ubuntu/_work/_temp/test/build/clickhouse-odbc-bridge:/clickhouse-odbc-bridge --volume=/home/ubuntu/_work/_temp/test/build/clickhouse:/clickhouse --volume=/home/ubuntu/_work/_temp/test/build/clickhouse-library-bridge:/clickhouse-library-bridge --volume=/home/ubuntu/_work/ClickHouse/ClickHouse/programs/server:/clickhouse-config --volume=/home/ubuntu/_work/ClickHouse/ClickHouse/tests/integration:/ClickHouse/tests/integration --volume=/home/ubuntu/_work/ClickHouse/ClickHouse/utils/backupview:/ClickHouse/utils/backupview --volume=/home/ubuntu/_work/ClickHouse/ClickHouse/utils/grpc-client/pb2:/ClickHouse/utils/grpc-client/pb2 --volume=/run:/run/host:ro --volume=clickhouse_integration_tests_volume:/var/lib/docker -e DOCKER_DOTNET_CLIENT_TAG=11de0b29a15d -e DOCKER_HELPER_TAG=2cffe1eae894 -e DOCKER_BASE_TAG=1e0b53d756cf -e DOCKER_KERBEROS_KDC_TAG=9391ecdee8d7 -e DOCKER_MYSQL_GOLANG_CLIENT_TAG=9bec2a638e6e -e DOCKER_MYSQL_JAVA_CLIENT_TAG=766bff31cfe4 -e DOCKER_MYSQL_JS_CLIENT_TAG=41ba7c2ec2a1 -e DOCKER_MYSQL_PHP_CLIENT_TAG=88be89c1e3b6 -e DOCKER_NGINX_DAV_TAG=b55ac9cd7519 -e DOCKER_POSTGRESQL_JAVA_CLIENT_TAG=a4eff5c7f4d6 -e DOCKER_PYTHON_BOTTLE_TAG=caad4729259e -e DOCKER_CLIENT_TIMEOUT=300 -e COMPOSE_HTTP_TIMEOUT=600 -e CLICKHOUSE_USE_OLD_ANALYZER=1 -e PYTHONUNBUFFERED=1 -e PYTEST_ADDOPTS=" -rfEps --run-id=1 --color=no --durations=0 test_disk_configuration/test.py::test_merge_tree_nested_custom_disk_setting test_merge_tree_check_part_with_cache/test.py::test_check_part_with_cache 'test_parallel_replicas_all_marks_read/test.py::test_number_of_marks_read[1-10-1000-SELECT sum(cityHash64(*)) FROM {table_name} WHERE intDiv(key, 100) IN {rand_set}]' 'test_parallel_replicas_all_marks_read/test.py::test_number_of_marks_read[1-10-1000-SELECT sum(cityHash64(*)) FROM {table_name}]' 'test_parallel_replicas_all_marks_read/test.py::test_number_of_marks_read[1-10-10000-SELECT sum(cityHash64(*)) FROM {table_name} WHERE intDiv(key, 100) IN {rand_set}]' 'test_parallel_replicas_all_marks_read/test.py::test_number_of_marks_read[1-10-10000-SELECT sum(cityHash64(*)) FROM {table_name}]' 'test_parallel_replicas_all_marks_read/test.py::test_number_of_marks_read[1-10-100000-SELECT sum(cityHash64(*)) FROM {table_name} WHERE intDiv(key, 100) IN {rand_set}]' -vvv" altinityinfra/integration-tests-runner:37a9815fd2fa ' returned non-zero exit status 1.